Advertisement
Jousway

move test

Feb 20th, 2012
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. local t = Def.ActorFrame {
  3.     --I never used children the way you used sooo
  4.         LoadActor("lineglow") .. {
  5.                 InitCommand=cmd(x,SCREEN_CENTER_X;y,SCREEN_CENTER_Y;zoom,WideScale(0.9,1.0);zoom,1.00);
  6.         --the moving command       
  7.         OnCommand=cmd(linear,1.5;addx,-100;bounceend,1;linear,1.5;addx,100;bounceend,1;queuecommand,"OnCommand");      
  8.     };
  9. };
  10. return t;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement