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
https://play.google.com/store/apps/developer?id=My+name+is+Originality