Your Ad Here
Recent Changes - Search:

Wiki

M.U.G.E.N

Rules

Wiki Contributors

SiteAdmin

edit SideBar

AirFiles

Languages:

What Are Air Files?

AIR files are what stores the animation information for your character. They take no effort the make just a regular text file with the file extension of .air. The information in an AIR file holds the name of the animation (optional), the number for the reference of the animation, the sprites used, the axis of those sprites, sprite transparency, collision data, and the frame speed of the animation.

Example of one

; Standing Animation <--- Name of Animation
[Begin Action 0] <--- Number for this specific animaiton
Clsn2Default: 2 <--- Collision data
Clsn2[0] = -13, 0, 16, -79 <--- Collision data
Clsn2[1] = 5, -79, -7, -93 <--- Collision data
0,0, <--- Sprite group 0,0, <--- Sprites axis in this animation 10 <--- frame speed of this sprite
0,1, 0,0, 7
0,2, 0,0, 7
0,3, 0,0, 7
0,4, 0,0, 7
0,5, 0,0, 45
0,4, 0,0, 7

Animation above.


Upload A Picture

Click here to leave comments

Backlinks

Edit - History - Print - Recent Changes - Search
Page last modified on November 19, 2009, at 11:48 AM