| WarpStudios.WarpAnimation: | Functions | Types | Modinfo | Source |
The author Nikolas Göbel has To be by name mentioned."
| WP_CreateAnimation | Creates a Animation. |
| WP_RemoveAnimation | Removes a Animation. |
| WP_Animation | Animation Class. |
| Function WP_CreateAnimation:WP_Animation(ImageName:String,X:Int,Y:Int,Framewidth:Int,Frameheight:Int,StartFrame:Int,Framecount:Int,List:TList=Null,Flags:Int=PLAYING+LOOP) | |
| Returns | A WP_Animation Object. |
| Description | Creates a Animation. |
| Information | Creates a new Animation and returns it's Handle. |
| Function WP_RemoveAnimation(Animation:WP_Animation,List:TList=Null) | |
| Description | Removes a Animation. |
| Type WP_Animation | |
| Description | Animation Class. |
| Information | Saves Frame and Animation Infos. |
| Methods Summary | |
|---|---|
| Pause | Pause a Animation. |
| Play | Plays a Animation. |
| Resume | Resume Animation. |
| Method Pause() | |
| Description | Pause a Animation. |
| Method Play(X:Int,Y:Int,StartFrame:Int,EndFrame:Int,Speed:Int=300,Flags:Int=0) | |
| Description | Plays a Animation. |
| Method Resume() | |
| Description | Resume Animation. |
| About | WarpAnimation provides Blitz3D like Animation handling in 2D. |
|---|---|
| Author | Nikolas 'ComNik' Göbel |
| Copyright | WarpStudios - Nikolas Göbel. |
| License | The User is allowed to use this Module in any kind of commercial/non commercial software. The Author Nikolas Göbel, or WarpStudios should be by name mentioned. |
| Version | 0.4 |