home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Puzzle
/
mirrored_maze2.swf
/
scripts
/
frame_35
/
DoAction.as
Wrap
Text File
|
2008-09-04
|
168b
|
8 lines
if(_root.score > _root.bonus2)
{
game = SharedObject.getLocal("mydata");
game.data.bonus2 = _root.score;
_root.bonus2 = _root.score;
game.flush();
}