The video doesn't stop, it keeps playing

Not favoritedFavorited Favorited 0 favourites
  • 4 posts
From the Asset Store
Add SubRip (SRT) subtitles to your videos in Construct 3
  • Hello, I am using the free version, when the design starts I play 1 video, when the 1st video ends I add a command to stop the 1st video and add a command to play the 2nd video. The videos do not stop, the others start. They continue to play as if they are spinning.

    Are they not stopping because I am on the free version? I also copied the event code: Where am I going wrong? Can you help me? google translate

    {"is-c3-clipboard-data":true,"type":"events","items":[{"eventType":"block","conditions":[{"id":"on-start-of-layout","objectClass":"System"}],"actions":[{"id":"play","objectClass":"video1"}]},{"eventType":"block","conditions":[{"id":"has-ended","objectClass":"video1"}],"actions":[{"id":"pause","objectClass":"video1"},{"id":"play","objectClass":"video2"}]},{"eventType":"block","conditions":[{"id":"has-ended","objectClass":"video2"}],"actions":[{"id":"pause","objectClass":"video2"},{"id":"play","objectClass":"video3"}]}]}
    
    
  • Why do you need to pause the video if it has already ended?

  • It goes on and on, it doesn't stop. Not all, but some. Strange, isn't it?

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • I think I solved it like this. When it's over, compare the time and make it equal to =5, it doesn't play again.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)