home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 110
/
jogo-disk-110.iso
/
Games
/
steppenwolf_2_chapter_8.swf
/
scripts
/
DefineSprite_2462
/
frame_4
/
DoAction.as
Wrap
Text File
|
2008-11-12
|
244b
|
18 lines
Random = random(100);
if(50 < Random)
{
tellTarget("_root.Sons")
{
gotoAndStop("SndMarcheEau1");
play();
}
}
else
{
tellTarget("_root.Sons")
{
gotoAndStop("SndMarcheEau2");
play();
}
}