movieclip playback speed

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

Thank you

Ray [import]uid: 106680 topic_id: 19545 reply_id: 319545[/import]

I don’t know if the name ‘MovieClip’ is correct, Kwik call it like this, I mean a frame or a spritesheet animation [import]uid: 106680 topic_id: 19545 reply_id: 75465[/import]

when using spritesheets, it’s possible

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

http://developer.anscamobile.com/reference/index/spritenewsprite

-finefin
[import]uid: 70635 topic_id: 19545 reply_id: 75497[/import]

Search the code base for the modified movieclip.lua library. That offers playback speed support [import]uid: 84637 topic_id: 19545 reply_id: 75522[/import]