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

  1. onEnterFrame = function()
  2. {
  3.    if(_root.cstatus != 1)
  4.    {
  5.       return undefined;
  6.    }
  7.    if(this.getDepth() != _root.getNextHighestDepth() - 1)
  8.    {
  9.       this.swapDepths(_root.getNextHighestDepth());
  10.    }
  11. };
  12.