Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
Animation Library — Gideros Forum

Animation Library

OZAppsOZApps Guru
edited November 2012 in Code snippets
If you do use Animation in your apps, here is a free library that allows you to use animations from a single image where the frames are laid out horizontally. You can also use this for other things like displaying an alternative image for various stages. The images need to be laid out horizontally as

Frame1 | Frame2 | Frame3 | Frame4 | ...

and you can set the animation to paused (so that it does not keep animating) and then change the image by setting the frame manually.

More details can be found at http://ozapps.github.com/AnimationLib/
twitter: @ozapps | http://www.oz-apps.com | http://howto.oz-apps.com | http://reviewme.oz-apps.com
Author of Learn Lua for iOS Game Development from Apress ( http://www.apress.com/9781430246626 )
Cool Vizify Profile at https://www.vizify.com/oz-apps
+1 -1 (+3 / -0 )Share on Facebook
Sign In or Register to comment.