home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Acao
/
staticshock.swf
/
scripts
/
DefineSprite_968
/
frame_4
/
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
|
2005-11-09
|
266 b
|
14 lines
var braniacFlag = 2;
gearText.text = staticText.text = "";
staticFuzz._alpha = staticBar._alpha = 30;
var cnt = 0;
this.onEnterFrame = function()
{
if(++cnt == 15)
{
gearBubble.gotoAndPlay(2);
delete this.onEnterFrame;
}
};
stop();