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

  1. _global.activeZoom(false);
  2. petit._visible = false;
  3. stop();
  4. _parent.setQuitter("quitgmf");
  5. _parent.btnquitter.gotoAndStop(1);
  6. petit.onRollOver = function()
  7. {
  8.    _level0.showToolTip("agrandir");
  9. };
  10. petit.onRollOut = petit.onDragOut = function()
  11. {
  12.    _level0.hideToolTip("");
  13. };
  14.