home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Games #12
/
GEGA012.iso
/
eroticos
/
feeltheflash.swf
/
scripts
/
DefineSprite_769
/
frame_18
/
DoAction.as
Wrap
Text File
|
2005-08-12
|
116b
|
10 lines
chira = Math.floor(Math.random() * 80);
if(chira == 0)
{
gotoAndPlay(1);
}
else
{
gotoAndPlay(17);
}