Quick Links: Download Gideros Studio | Gideros Documentation | Gideros community chat | DONATE
Should I use MovieClip for animating a spripe? — Gideros Forum

Should I use MovieClip for animating a spripe?

RogerTRogerT Member
edited January 2013 in General questions
Hi, I'm new to this and wanted to ask to be sure I'm getting it right.
If I want to animate a sprite ( for example, a character running ), I should use MovieClip, such as

local mc = MovieClip.new{
{1, 1, frame1},
{2, 2, frame2},
... etc

right?

Thanks

Comments

Sign In or Register to comment.