home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Acao
/
staticshock.swf
/
scripts
/
DefineSprite_882
/
frame_2
/
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
|
221 b
|
15 lines
prevButton.onPress = function()
{
if(helpCnt == 2)
{
helpCnt--;
delete this.onPress;
}
else
{
helpCnt--;
}
_root.heartCollectedSFX.start();
gotoAndStop(helpCnt);
};