movieclip playback speed

Is it possible to set the playback speed of a MovieClip ?

Thank you

Ray

I don't know if the name 'MovieClip' is correct, Kwik call it like this, I mean a frame or a spritesheet animation

when using spritesheets, it's possible

1
sprite.add( spriteSet1, "cat", 1, 8, 1000, 0 ) -- play 8 frames every 1000 ms

Search the code base for the modified movieclip.lua library. That offers playback speed support

views:1508 update:2011/12/28 9:26:54
corona forums © 2003-2011