home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / help_turtle.swf / scripts / DefineSprite_15_xitemSet / frame_2 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  95 b   |  7 lines

  1. if(eval("/:playM"))
  2. {
  3.    _X = _X - xspeed;
  4.    _rotation = _rotation - xspeed;
  5.    ck();
  6. }
  7.