home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Diversos
/
orbular.swf
/
scripts
/
DefineSprite_275
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-12-12
|
222 b
|
12 lines
onEnterFrame = function()
{
if(_root.cstatus != 1)
{
return undefined;
}
if(this.getDepth() != _root.getNextHighestDepth() - 1)
{
this.swapDepths(_root.getNextHighestDepth());
}
};