home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 48
/
cdrom_image.iso
/
Games
/
cannonballfollier3.swf
/
scripts
/
frame_12
/
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
|
2007-10-01
|
157 b
|
13 lines
goGame = new cGame();
_root.gScore = "000000";
_root.title.play();
if(Key.isDown(16))
{
gotoAndStop("play");
play();
}
else
{
stop();
}