home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 108
/
jogo-disk-108.iso
/
Games
/
invasion.swf
/
scripts
/
DefineSprite_56
/
frame_36
/
DoAction.as
Wrap
Text File
|
2010-05-15
|
885b
|
69 lines
set("/var:variable","0");
aaa = random("3") + "1";
bbb = random("3") + "1";
ccc = random("3") + "1";
tarjeton = aaa add bbb add ccc;
if(aaa == "1")
{
tellTarget("/moviea")
{
gotoAndStop(1);
}
}
if(aaa == "2")
{
tellTarget("/moviea")
{
gotoAndStop(2);
}
}
if(aaa == "3")
{
tellTarget("/moviea")
{
gotoAndStop(3);
}
}
if(bbb == "1")
{
tellTarget("/movieb")
{
gotoAndStop(1);
}
}
if(bbb == "2")
{
tellTarget("/movieb")
{
gotoAndStop(2);
}
}
if(bbb == "3")
{
tellTarget("/movieb")
{
gotoAndStop(3);
}
}
if(ccc == "1")
{
tellTarget("/moviec")
{
gotoAndStop(1);
}
}
if(ccc == "2")
{
tellTarget("/moviec")
{
gotoAndStop(2);
}
}
if(ccc == "3")
{
tellTarget("/moviec")
{
gotoAndStop(3);
}
}