home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 120
/
Vol 120.iso
/
games
/
magic_ba.swf
/
scripts
/
frame_315
/
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
|
2010-11-09
|
134 b
|
12 lines
_root.dif *= 1.5;
lives -= 1;
tellTarget("_root.lives")
{
prevFrame();
}
if(lives < 1)
{
gotoAndPlay(357);
}
play();