home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 112
/
jogo-disk-112.iso
/
Games
/
steppenwolf_3_chapter_7.swf
/
scripts
/
DefineSprite_702
/
frame_5
/
DoAction.as
Wrap
Text File
|
2010-07-14
|
259b
|
23 lines
Random = random(100);
if(80 < Random)
{
gotoAndPlay(43);
}
else if(60 < Random)
{
gotoAndPlay(73);
}
else if(40 < Random)
{
gotoAndPlay(113);
}
else if(20 < Random)
{
gotoAndPlay(174);
}
else
{
gotoAndPlay(240);
}
stop();