home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Estrategia / morbus.swf / scripts / DefineSprite_1500 / frame_8 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  109 b   |  10 lines

  1. if("0" < _root.ini.g.num)
  2. {
  3.    _root.ini.g.num += 1;
  4.    gotoAndStop(30);
  5. }
  6. else
  7. {
  8.    nextFrame();
  9. }
  10.