home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 48
/
cdrom_image.iso
/
Games
/
cannonballfollier3.swf
/
scripts
/
DefineSprite_313
/
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
|
2007-10-01
|
263 b
|
22 lines
function mStart()
{
play();
}
function mHit()
{
_root.goGame.poBall.mHide();
}
function mRedHit()
{
_parent._parent.redballa.mHide();
}
function mDone()
{
_parent.mCatch(1);
}
function mRedDone()
{
_parent.mCatch(1);
}
stop();