home *** CD-ROM | disk | FTP | other *** search
/ The Great Adventure of Natural Gas / start / start.swf / scripts / DefineSprite_438 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-01-01  |  133 b   |  7 lines

  1. this.onRelease = function()
  2. {
  3.    _parent._visible = false;
  4.    _root.mcscene.resetObjs();
  5.    _root.btnmask._visible = false;
  6. };
  7.