home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Puzzle
/
casual_gameplay_escape.swf
/
scripts
/
DefineSprite_632_slider6
/
frame_1
/
DoAction.as
Wrap
Text File
|
2008-09-05
|
400b
|
17 lines
stop();
this.onRelease = function()
{
if(this._parent._parent.shadowbox._visible == false && this._currentframe == 1)
{
if(_root.phase3solved)
{
this.play();
this._parent.al3.blinkmode = "flashgreen";
this._parent.cgblur.play();
this._parent.cg.play();
_root.slide6open = true;
_root.savedata();
}
}
};