home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 110
/
jogo-disk-110.iso
/
Games
/
tobby_sucuri.swf
/
scripts
/
DefineSprite_216_debugIn
/
frame_1
/
DoAction.as
Wrap
Text File
|
2008-11-12
|
312b
|
22 lines
function disp()
{
this._visible = true;
this._y = 100;
_root.debugInFlg = true;
}
function unDisp()
{
this._visible = false;
this._y = -1000;
_root.debugInFlg = false;
}
if(_root.debugInFlg)
{
this._y = 100;
this._visible = true;
}
else
{
this._visible = false;
}