how to make this :when a animation end,auto goto the next sence
lol0tte
Member Posts: 54
how to make this :when a animation end,auto goto the next sence
i don't what to use the timer,because use timer contorl animation is not exact.
thanks~
i don't what to use the timer,because use timer contorl animation is not exact.
thanks~
Comments
See the duration of the animation then with the timer set
After (animation duration)
Change Scene
Rule
When self.Image = lastImageInSequence.png
-----Change Scene
Make lastImageInSequence.png the name of the last image in the sequence. You'll have to add a dummy last frame...
Or combine the two:
Rule
When self.Image = lastImageInSequence.png
-----Timer After 0.1 seconds run to completion
----------Change Scene
Make a blank image and call it "lastImageInSequence.png"
That way, you can put this dummy image into any animation, and using the rule FMG has outlined, when the animation reaches this image it will do something.
Make sense?
QS
Dr. Sam Beckett never returned home...
Twitter: https://twitter.com/Quantum_Sheep
Web: https://quantumsheep.itch.io
cheers,
CJM
also i agree with millerbrother1, "helpful post"
Thanks to lol0tte
cheers