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