Quick Links: Download Gideros Studio | Gideros Documentation | Gideros community chat | DONATE
MovieClip moving horizontally — Gideros Forum

MovieClip moving horizontally

a00zaa00za Member
edited March 2013 in General questions
I am codding an object that move horizontally from left to right and when it reach a specific point of the screen move from right to left and continue that movement however the movement is soo slow.
mcR=MovieClip.new{
{1,300, self.pot,{x={1,1000,"linear"}}}
,{300,600, self.pot,{x={1000,1,"linear"}}}
}

Comments

Sign In or Register to comment.