One Animation spawning another? Can it be done?
I am throwing a coin into a fountain.
The Coin is an Animation.
After that Animation is finished I want
another Animation to start.
I tried timers but it looks wrong.
Can't use collide either.
Any ideas would be greatly appreciated.
Oh, to make things a bit more difficult.
I would like to spawn the second animation randomly.
These are different speech bubbles created in Photoshop so they are PNG images.
The Coin is an Animation.
After that Animation is finished I want
another Animation to start.
I tried timers but it looks wrong.
Can't use collide either.
Any ideas would be greatly appreciated.
Oh, to make things a bit more difficult.
I would like to spawn the second animation randomly.
These are different speech bubbles created in Photoshop so they are PNG images.
Comments
the code is usually like this:
when bomb hits building
spawn explosion in front of actor
after .1 seconds, destroy actor.
so when self.image is frame25.png animation is over etc
But what about the random part.
I would like to call on 10 different animated actors.
Duh...its early in the Morning. Thanks.
But what about the random part.
I would like to call on 10 different animated actors.