Problem getting a video to start playing

Hello everyone, I would like to start a video when I press on the initial screen but when I press it does not start (the game is for browser), attached is the code screen. If anyone knows how to do it would be very helpful, thank you!

Videos, like sound files, need a trigger once condition to behave properly. You are currently missing that.

Outside of that I’m not seeing anything else that may be missing, but you may also need a variable to track if the video has started playing at all, because “Video is ended” may also trigger if the video has never been played.