home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Acao / gotham_dark_night.swf / scripts / DefineSprite_297 / frame_1 / DoAction.as
Encoding:
Text File  |  2008-09-08  |  125 b   |  10 lines

  1. stop();
  2. if(_global.game == "medium")
  3. {
  4.    gotoAndStop(2);
  5. }
  6. else if(_global.game == "small")
  7. {
  8.    gotoAndStop(3);
  9. }
  10.