Spritely 0.6 Examples

Changing the speed of and stopping and starting sprites; changing sprite 'states'.

 

To change a sprite's 'state', you need an image with multiple rows, where each row is a 'state' (1, 2, 3, etc.) and each row contains multiple frames, like the following image:

Combining actions to modify a whole scene


Take a look at the source code to see how this is done. It's amazingly easy to do.

>