Quick Links: Download Gideros Studio | Gideros Documentation | Gideros community chat | DONATE
What frame rate in MovieСlip and how to change it? — Gideros Forum

What frame rate in MovieСlip and how to change it?

sslivkasslivka Member
edited April 2013 in General questions
for example:
-- construct a 100 frame animation where x coordinate of sprite is 50 (constant) and
-- y coordinate of sprite tweens from 50 to 150 by using inBounce function
local mc = MovieClip.new{
{1, 100, sprite, {x = 50, y = {50, 150, "inBounce"}}}
}

how much time (in seconds) will play this 100 frame animation?

Comments

Sign In or Register to comment.