I needed to convert an HTML 5 Game to AppGameKit T1 and in the process I needed to convert my existing tween library. Originally the intention was only to convert the required tweens but it ended up as a complete library.
With the library and examples its approx 10MB in size for now you can get an early beta copy from here:
Download Link
(A workspace is included which will load the library and the examples.)
Features:
Unlimited Tweens ( well depends on performance !)
Currently the library supports 29 easings
Tween Looping ( None, Revert, Reverse)
Delay Start
Up to 10 properties per tween
Up to 10 chains per tween
Tween Control (Start,Stop,Pause, Resume) with simple queue
Tween Complete Trigger
13 Sprite properties supported
9 Text properties supported
8 Character properties supported
1 Music Property supported
Adding in the 3D object and Camera support in the next week.
The main TweenAGK project also includes a simple help file with details about the custom types , easings, properties etc.
If you have time feedback would be appreciated (good or bad)
Stuart.