home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Diversos
/
crossword.swf
/
scripts
/
DefineSprite_40
/
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-03-20
|
232 b
|
15 lines
stop();
bt._visible = false;
cnt = 0;
onEnterFrame = function()
{
cnt++;
_visible = !(cnt % 2) ? false : true;
if(cnt > 12)
{
delete onEnterFrame;
_visible = true;
gotoAndStop(2);
}
};