home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 48
/
cdrom_image.iso
/
Games
/
antipacman.swf
/
scripts
/
frame_10
/
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
|
200 b
|
13 lines
Music.stop();
if(CurrLevel == 6)
{
gotoAndStop("Pass Level 1");
}
if(CurrLevel == 12)
{
gotoAndStop("Pass Game");
Score += Lives * 1000;
Lives = 0;
}
SF.gotoAndStop(GameMode);