Videos play only once, I want to loop them!

Not favoritedFavorited Favorited 1 favourites
  • 2 posts
From the Asset Store
For Adventure, Action, Heroes, Sci-fi and Action-RPG games.
  • Hello,

    when design starts = play video1

    when video1 ends = play video2

    when video2 ends = play video3

    when video3 ends = play video1

    I do it this way but it doesn't loop, it plays once and then stops, it doesn't go back to video2.

    I tried all the ways but I can't. Can you help me?

    Thanks! google translate

    {"is-c3-clipboard-data":true,"type":"events","items":[{"eventType":"variable","name":"videosirasi","type":"number","initialValue":"1","comment":"","isStatic":false,"isConstant":false},{"eventType":"block","conditions":[{"id":"on-start-of-layout","objectClass":"System"}],"actions":[{"id":"play","objectClass":"video1"}]},{"eventType":"block","conditions":[{"id":"has-ended","objectClass":"video1"},{"id":"compare-time","objectClass":"System","parameters":{"comparison":0,"time-seconds":"5"}}],"actions":[{"id":"play","objectClass":"video2"}]},{"eventType":"block","conditions":[{"id":"has-ended","objectClass":"video2"},{"id":"compare-time","objectClass":"System","parameters":{"comparison":0,"time-seconds":"5"}}],"actions":[{"id":"play","objectClass":"video3"}]},{"eventType":"block","conditions":[{"id":"has-ended","objectClass":"video3"},{"id":"compare-time","objectClass":"System","parameters":{"comparison":0,"time-seconds":"5"}}],"actions":[{"id":"play","objectClass":"video1"}]}]}
  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • wb trying "wait for prev actions to be complete"-that function

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