WarpStudios.WarpAnimation: Functions Types Modinfo Source  

WarpAnimation Modul.

The WarpAnimation Modul provides Blitz3D like Animation Handling. license: Permission is hereby granted, free of charge, to any person obtaining a copy of this software And associated documentation files (the "Software"), To deal in" the Software without restriction, including without limitation the rights To use, copy, modify, merge, publish, distribute, sublicense, And/Or sell copies of the Software, And To permit persons To whom the Software is furnished To do so, subject To the following conditions:

The author Nikolas Göbel has To be by name mentioned."

Functions Summary

WP_CreateAnimation Creates a Animation.
WP_RemoveAnimation Removes a Animation.

Types Summary

WP_Animation Animation Class.

Functions

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)
ReturnsA WP_Animation Object.
DescriptionCreates a Animation.
InformationCreates a new Animation and returns it's Handle.

Function WP_RemoveAnimation(Animation:WP_Animation,List:TList=Null)
DescriptionRemoves a Animation.

Types

Type WP_Animation
DescriptionAnimation Class.
InformationSaves Frame and Animation Infos.
Methods Summary
Pause Pause a Animation.
Play Plays a Animation.
Resume Resume Animation.
Method Pause()
DescriptionPause a Animation.
Method Play(X:Int,Y:Int,StartFrame:Int,EndFrame:Int,Speed:Int=300,Flags:Int=0)
DescriptionPlays a Animation.
Method Resume()
DescriptionResume Animation.

Module Information

AboutWarpAnimation provides Blitz3D like Animation handling in 2D.
AuthorNikolas 'ComNik' Göbel
CopyrightWarpStudios - Nikolas Göbel.
LicenseThe 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.
Version0.4