flow animation?
eboy
Member Posts: 239
how could I get an actor, say a butterfly image, to have a flow animation. x,y and some randomness. THanks.
Comments
See the "basic platformer" game template for animating during actor movement.
For randomness, just precede the movement and/or animate sequences with some rules based on events, time, and/or randomness that forks down a different animate/movement path.