home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / robot_warrior.swf / scripts / DefineSprite_249 / frame_3 / DoAction.as
Encoding:
Text File  |  2006-09-05  |  89 b   |  6 lines

  1. if(!Key.isDown(40))
  2. {
  3.    this.gotoAndPlay(_currentframe + 2);
  4.    _parent.first();
  5. }
  6.