Page 1 of 1
Timer
Posted:
Sun Jun 30, 2013 3:32 am
by ramini
Okay I got a timer which if it runs, my animation changes. so my question is how would I turn the animation back to it's original state after the timer has finished.
Re: Timer
Posted:
Sun Jun 30, 2013 5:03 pm
by Grynde
My best guess would be that you should have the animation change occur on collision, then use the timer to do the animation reset for you.
However, I'm a serious n00b, but learning as I go!
Re: Timer
Posted:
Sun Jun 30, 2013 11:07 pm
by AliceXIII
when you destroy the timer you could either use ChangeAnimation() to change to what you want, or animpos if your using one big image cut into frames.