home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Games #12
/
GEGA012.iso
/
eroticos
/
feeltheflash.swf
/
scripts
/
DefineSprite_837
/
frame_4
/
DoAction.as
Wrap
Text File
|
2005-08-12
|
118b
|
10 lines
mepachi = Math.floor(Math.random() * 3);
if(mepachi == 0)
{
gotoAndPlay(5);
}
else
{
gotoAndPlay(3);
}