Page 1 of 1

Using sprites from spritesheet?

PostPosted: Wed Jul 27, 2011 8:59 am
by MilloCz
Image
Is it possible to use spritesheet like this one without separating it to 500 000 smaller pictures?

Re: Using sprites from spritesheet?

PostPosted: Wed Jul 27, 2011 9:05 am
by schnellboot
you can orientate them into a grid

Re: Using sprites from spritesheet?

PostPosted: Wed Jul 27, 2011 12:11 pm
by savvy
with a little more explanation than schnnellboot:

organize the sprites so that they are evenly placed out, then load them into game-editor, GE should automatically find the frames (if not use the manual vertical/horizontal things). from this you can then make animations using the 'add sequence' function.

to use this just input the frames you need in the animation.. for example...
0;1;2;3;4;5;6;7;
this would be mega-mans spawn animation!

hope this helps!

savvy