Page 1 of 1

Problem with sprites!!

PostPosted: Sun May 17, 2009 7:53 am
by schnellboot
I've got some sprites not working in GE
I don't no why so maybe u can try it out in GE and find out the problem...
Thx for help..

Re: Problem with sprites!!

PostPosted: Sun May 17, 2009 9:41 am
by skydereign
When making sprites, there are a couple of things you need to keep in mind. One of the most important of these, frames. gE cuts up the image you give it into x number of frames. Since your image had a width of 64, it cut it into 3 frames of 21, essentially. The point being that it makes even frames from the picture. Your sprites characters were not evenly spaced, throughout the image. You need to think of the cutup image while making the sprite. If you don't get it, this might help with making sprites.
http://game-editor.com/forum/viewtopic.php?f=8&t=6547

Re: Problem with sprites!!

PostPosted: Sun May 17, 2009 7:22 pm
by BlarghNRawr
i find it helpful to draw tiles first, all the same size, then paste the pictures on top of them, that way you can always get it right

Re: Problem with sprites!!

PostPosted: Wed May 20, 2009 11:15 pm
by schnellboot
thx!!