home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Games #12
/
GEGA012.iso
/
eroticos
/
enbolas.swf
/
scripts
/
DefineSprite_125
/
frame_1
/
DoAction.as
Wrap
Text File
|
2006-01-17
|
139b
|
11 lines
if(_level0.fase_max < numero)
{
imagen.gotoAndStop(15);
}
else
{
imagen.gotoAndStop(numero + 1);
nextFrame();
}
stop();