home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Acao
/
MantAirBall.swf
/
scripts
/
frame_11
/
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
|
2005-08-05
|
185 b
|
13 lines
timeleft -= 1;
timerframe = timeleft / 50;
_root.timer.gotoAndPlay(21 - timerframe);
if(timeleft > 0)
{
gotoAndPlay(10);
}
else
{
score = score;
gotoAndPlay(27);
}