home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Acao
/
help_turtle.swf
/
scripts
/
frame_91
/
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
|
2006-06-13
|
178 b
|
10 lines
stopAllSounds();
bonus = random(50) + 100;
point += bonus;
_root.score = point;
_root.levelScore += bonus;
if(_root.dbconnect == "yes")
{
_root.DispatchGameData();
}