Page 1 of 1

Sprites and animations and Hollywood

Posted: Tue Mar 20, 2012 2:47 pm
by NubeCheCorre
I'd like to know how i have to draw my sprite's animations and which format to use.. Have i to draw every frame next to the previous but in the same image, so imagine a big picture with all the frames on next to the other. Or Have i to draw animations for the sprite like the Disney's style, so a frame per picture, one next to the other?, So like the classical DeluxePaint animation or Disney Animation Studio?

Re: Sprites and animations and Hollywood

Posted: Tue Mar 20, 2012 7:35 pm
by Tuxedo
You can do it as you like :)
It the docs under CreateSprite() was all explained very well :)

However for simplicity I think was better to create your animations in format like the a "picture near another" and than use the appropriate CreateSprite option to create the sprite :)

Happy testing :)

Re: Sprites and animations and Hollywood

Posted: Tue Mar 20, 2012 9:09 pm
by NubeCheCorre
Thanks Simone! :-)