Download: www.mevedia.de/SA
Create Sequences
You can define Sequences by start- and end-number of the sub-Images and Speed.
animation_init();
animation_create(sprite0, "rotate", 0, 25, 1);
animation_create(sprite0, "spin", 26, 52, 1);
animation_set("rotate");Sometimes you could need only 1 Image (like standing), so simply define a 1-Image-Range or the first Image Number and set Speed to 0.
animation_create(sprite0, "stand", 3, 3, 0);
Best regards,
famous











