Page 1 of 1

Animation Tool

Posted: Sat Mar 29, 2014 10:37 pm
by aero
I made a quick tool that can animate SMBX graphics, so long as they don't have any specific frame style. I tried my best to model how I believe SMBX animates its graphics. This should help to test your animations without loading SMBX too often. :)

Nerd pseudo-code stuff:
Spoiler: show

Code: Select all

SourceRect = Rectangle(X, Y * CurFrame, NPCwidth, NPCheight)

If CurFrame >= TotalFrames
CurFrame = 0
End If
If you run into any errors, check if you have the right numbers inputted. If it still doesn't work, PM me or leave a reply.

Re: Animation Tool

Posted: Sat Mar 29, 2014 11:01 pm
by ffffff
I can't install beacuse need windows update

Re: Animation Tool

Posted: Sun Mar 30, 2014 12:02 am
by Danny
ffffff wrote:I can't install beacuse need windows update
That's your own problem, you'll need to update Windows in order to use the program.

Re: Animation Tool

Posted: Sun Mar 30, 2014 1:34 am
by aero
ffffff wrote:I can't install beacuse need windows update
I'm afraid that is out of my control.