Total Noob/No Code.
I’ve built a touchscreen interface for an Android device that plays 3 videos from a looping video menu. I have all the interactions working - press button to play video, press button to return to menu - but I cannot workout how to return to the main menu when a video has finished playing.
Each videoPlayer is on a Canvas and I am using the onClick functions of buttons to call them up/remove the previous. I have zero code literacy - is there a simple way a poor fool like me can just return to the Menu canvas when a video has reached the end? A simple script on each Canvas component is obvious to me but how to script it is not.