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

  1. stop();
  2. this.onRollOver = function()
  3. {
  4.    _level0.showToolTip("Commence par un petit quiz pour am├⌐liorer tes connaissances");
  5.    gotoAndStop(2);
  6. };
  7. this.onRollOut = this.onDragOut = function()
  8. {
  9.    _level0.hideToolTip("");
  10.    gotoAndStop(1);
  11. };
  12.