home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Puzzle
/
mirrored_maze2.swf
/
scripts
/
frame_29
/
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
|
2008-09-04
|
180 b
|
8 lines
if(_root.spinspeed > _root.bonus1)
{
game = SharedObject.getLocal("mydata");
game.data.bonus1 = _root.spinspeed;
_root.bonus1 = _root.spinspeed;
game.flush();
}