home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / wone.swf / scripts / DefineSprite_140 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-02-20  |  425 b   |  6 lines

  1. _global.mArenaIndex = _global.mArenaIndex != undefined ? _global.mArenaIndex : 0;
  2. _global.mArenaControl = _global.mArenaControl != undefined ? _global.mArenaControl : true;
  3. _global.mKeyControl = _global.mKeyControl != undefined ? _global.mKeyControl : true;
  4. this.attachMovie("Arena.BG.1","_Background",this.getNextHighestDepth());
  5. this.attachMovie("Arena." + _global.mArenaIndex,"_TheArena",this.getNextHighestDepth());
  6.