home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Great Adventure of Natural Gas
/
start
/
start.swf
/
scripts
/
DefineSprite_375
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
MacRoman (detected)
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-01-01
|
257 b
|
12 lines
stop();
this.onRollOver = function()
{
_level0.showToolTip("Commence par un petit quiz pour améliorer tes connaissances");
gotoAndStop(2);
};
this.onRollOut = this.onDragOut = function()
{
_level0.hideToolTip("");
gotoAndStop(1);
};