home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / robot_warrior.swf / scripts / DefineSprite_243 / frame_19 / DoAction.as
Encoding:
Text File  |  2006-09-05  |  118 b   |  10 lines

  1. if(Key.isDown(67))
  2. {
  3.    _parent.endrain(endown,0);
  4. }
  5. else
  6. {
  7.    _parent.first();
  8.    _parent.gotoAndStop(5);
  9. }
  10.