home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Acao
/
staticshock.swf
/
scripts
/
DefineSprite_882
/
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
|
2005-11-09
|
229 b
|
16 lines
var helpCnt = 1;
nextButton.onPress = function()
{
if(helpCnt < 4)
{
helpCnt++;
}
else
{
delete this.onPress;
}
_root.heartCollectedSFX.start();
gotoAndStop(helpCnt);
};
stop();