Users browsing this thread: 1 Guest(s)
Custom sprite help
#1
First off, sorry if this is the wrong place for this thread, but it seemed like it would fit here anyways. I have been using this program http://sprites.caustik.com/ which allows my sprites to run around all over the screen. The problem is, I can not create a sprite that actually works with the program. If anyone else has any luck creating one that works it'd be cool of you to help out.
Thanked by:
#2
Oh hey! Caustik's engine! He actually made a thread here
http://www.spriters-resource.com/communi...?tid=18087
but it died : (



Anyhoo, what needs to first be done is that you need to gain a basic understanding of programming if you want to make any of these work. Looking at the Kirby file (using Notepad++, but I'm sure you can open it up in regular ol' Notepad), it first finds the URL of the sheet in question (in this case, http://spriters-resource.com/nes/kirbyadv/sheet/2581 << this guy), and then it cuts out holes of a specific W times H size starting at the position (cropX, cropY).

It also sets the background color transparent in this same call, so don't forget it.

The program normally reads your first crop call as the idle sprite. For future animations, you need to specify each X and Y position your frame lies on the sheet.

I'll assume you're doing this from a sheet on your computer. Just get the filepath inserted where the URL currently is, then give the exact file name in the "uri" string.

It sounds like a lot of work, but when you get the hang of it, it's actually a really simple program~
HAVE I BEEN MISLEAD?? [Image: TeamStory.gif] THE DREAM ISN'T DEAD???

Thanked by:
#3
Thanks thats exactly what I needed!
Thanked by:
#4
No problem, glad to hear that : )
HAVE I BEEN MISLEAD?? [Image: TeamStory.gif] THE DREAM ISN'T DEAD???

Thanked by:


Forum Jump: