home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 48
/
cdrom_image.iso
/
Games
/
antipacman.swf
/
scripts
/
frame_8
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-10-01
|
160 b
|
15 lines
Music.stop();
if(GameMode == 1)
{
SF.gotoAndStop(2);
}
else
{
SF.gotoAndStop(1);
}
Lives--;
if(Lives <= 0)
{
gotoAndStop("Game Over");
}