Is there a way to randomize the "animations" not to be duplicated in succession?

0 favourites
  • 4 posts
From the Asset Store
2D fighting template based in the game that defined the fighting games genre.
  • Is there a way to randomize the "animations" not to be duplicated in succession?

  • if you are talking about setting a random frame you can use something like: Every 1 second set frame to random(0,highestframenumber)

    If you're talking about playing a random animation you can call your animations "Anim1" "Anim2" etc and then do set animation to "anim"&random(1,5)

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • if you are talking about setting a random frame you can use something like: Every 1 second set frame to random(0,highestframenumber)

    If you're talking about playing a random animation you can call your animations "Anim1" "Anim2" etc and then do set animation to "anim"&random(1,5)

    Thank you very much. Can you show me how to make the animotions disappear one by one while drawing (not the "frame"). I'm making a game like Google Doodle Halloween.

  • Can you show me how to make the animotions disappear one by one while drawing (not the "frame")

    I'm sorry I'm not quite sure what you are trying to do? Also this is the Construct 3 forum and your project is in Construct 2. You might be able to get better answers in the C2 forum.

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