home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 48
/
cdrom_image.iso
/
Games
/
numbersequence.swf
/
scripts
/
DefineSprite_238
/
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-09-27
|
244 b
|
18 lines
function setVisible(bVisible)
{
if(bVisible)
{
_visible = true;
}
else
{
_visible = false;
}
}
function setFrame(nFrame)
{
this.gotoAndStop(nFrame + 1);
this.setVisible(true);
}
this.stop();