how can I change frame rate of MovieClip ?

is the frame rate default 30 fps ?

how can I change frame rate of MovieClip ?

thanks. [import]uid: 21680 topic_id: 7667 reply_id: 307667[/import]

I’v search all the forum,but nothing about this.

can anyone tell me how to do this?

thaks alot [import]uid: 21680 topic_id: 7667 reply_id: 32841[/import]

Hi,

the movieclip module animates the images at the speed of 1 per frame. So it depends if you set it to 60 or 30 and then how fast your game runs in general.

Almost a year ago, I posted a modificated version of the movieclip code which let you set the speed of the animation. I am sure the default movieclip code was enhanced till today so take that and enhance it in the way I did.

http://developer.anscamobile.com/code/modified-moviecliplua

Cheers
Michael Hartlef

http://www.whiteskygames.com
http://www.twitter.com/mhartlef [import]uid: 5712 topic_id: 7667 reply_id: 32865[/import]

Make sure you take a look at spritesheets. You setup your images slightly differently, but otherwise spritesheets are pretty much movieclips-plus-additional-benefits. [import]uid: 12108 topic_id: 7667 reply_id: 32976[/import]