iOS Image/Sprite Animation?

Ender Nafi Elekcioglu endernafi at gmail.com
Wed Nov 27 17:11:27 EST 2013


Rick:
“… but alas icons can only be 128 by 128 pixels …”

Which icons?
I don’t believe there’s such a limitation.

RunRev offers button-icon type sprites for animation.
Something like this:

_local sCounter

_on animationProcess
__set the icon of button “animation” to the id of image (“sprite_” & sCounter)
__add 1 to sCounter
__send “animationProcess” to me in 1 milliseconds
_end animationProcess


Hope it helps,

~ Ender Nafi


More information about the use-livecode mailing list