home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Great Adventure of Natural Gas
/
start
/
quiz.swf
/
scripts
/
DefineSprite_217
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-01-01
|
226 b
|
12 lines
_parent.initQuestion();
resultat = _parent.score + " question" + (_parent.score <= 1 ? "" : "s") + " sur 15.";
stop();
if(_parent.score > 10)
{
gotoAndStop(3);
}
else if(_parent.score > 4)
{
gotoAndStop(2);
}