home *** CD-ROM | disk | FTP | other *** search
- _global.mArenaIndex = _global.mArenaIndex != undefined ? _global.mArenaIndex : 0;
- _global.mArenaControl = _global.mArenaControl != undefined ? _global.mArenaControl : true;
- _global.mKeyControl = _global.mKeyControl != undefined ? _global.mKeyControl : true;
- this.attachMovie("Arena.BG.1","_Background",this.getNextHighestDepth());
- this.attachMovie("Arena." + _global.mArenaIndex,"_TheArena",this.getNextHighestDepth());
-