home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / cornbigadventure.swf / scripts / DefineSprite_119 / frame_1 / DoAction.as
Encoding:
Text File  |  2005-11-09  |  64 b   |  5 lines

  1. if(!$dead && !$hit_acorn && $can_move)
  2. {
  3.    this._x -= 5;
  4. }
  5.