home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / orbular.swf / scripts / DefineSprite_200_PauseMenu / frame_1 / DoAction.as
Encoding:
Text File  |  2007-12-12  |  198 b   |  9 lines

  1. onEnterFrame = function()
  2. {
  3.    if(this.getDepth() != _root.getNextHighestDepth() - 1)
  4.    {
  5.       this.swapDepths(_root.getNextHighestDepth());
  6.    }
  7. };
  8. men.swapDepths(getNextHighestDepth());
  9.