Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
What is the MovieClip frame rate? — Gideros Forum

What is the MovieClip frame rate?

chipster123chipster123 Member
edited December 2011 in General questions
What is the time interval between frames in a MovieClip?
For example in the following MovieClip definition
local mc = MovieClip.new{
    {1, 5, bitmap1}, 
    {5, 10, bitmap2}, 
}
How long is bitmap1 playing in time units. I see that is plays for 5 frames, but how long?
I'm trying to use MovieClip instead of the timed animation approach discussed in http://www.giderosmobile.com/forum/discussion/comment/37#Comment_37

Thanks in advance

Comments

Sign In or Register to comment.