home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / FireMan.swf / scripts / frame_1054 / DoAction.as
Encoding:
Text File  |  2008-09-12  |  117 b   |  11 lines

  1. duh += _currentframe;
  2. stopAllSounds();
  3. if(cheat == "bosses")
  4. {
  5.    gotoAndStop(1154);
  6. }
  7. else
  8. {
  9.    play();
  10. }
  11.