Hello Guest

Author Topic: Animation with Random Loop  (Read 3404 times)

jmenossi

  • 2D Toolkit
  • Newbie
  • *
  • Posts: 18
    • View Profile
Animation with Random Loop
« on: April 24, 2014, 12:06:28 pm »
Hi,
I have an animation with 4 frames and would like it to play random frames.
If I set the "random frame" wrap mode, it only plays one frame and then stops. And with "random loop" mode, the animation always plays the frames in order from 1 to 4.
Is the random loop mode intended to work this way? Maybe I am using random loop the wrong way?

Thanks!



unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: Animation with Random Loop
« Reply #1 on: April 24, 2014, 05:22:48 pm »
Random loop mode basically starts the animation at a random frame, it still plays it in the correct sequence. It was designed for stuff like birds, where you wanted a few of the same sprite but all starting at different times.