home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Puzzle / casual_gameplay_escape.swf / scripts / DefineSprite_632_slider6 / frame_1 / DoAction.as
Text File  |  2008-09-05  |  400b  |  17 lines

  1. stop();
  2. this.onRelease = function()
  3. {
  4.    if(this._parent._parent.shadowbox._visible == false && this._currentframe == 1)
  5.    {
  6.       if(_root.phase3solved)
  7.       {
  8.          this.play();
  9.          this._parent.al3.blinkmode = "flashgreen";
  10.          this._parent.cgblur.play();
  11.          this._parent.cg.play();
  12.          _root.slide6open = true;
  13.          _root.savedata();
  14.       }
  15.    }
  16. };
  17.