home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Acao
/
Titans
/
raven.swf
/
scripts
/
DefineSprite_128
/
frame_1
/
DoAction.as
Wrap
Text File
|
2006-01-05
|
558b
|
29 lines
udah = 0;
onenterframe = function()
{
if(r.stopscroll)
{
if(udah)
{
gotoAndStop(2);
}
if(r.esp)
{
if(!r.got)
{
if(this.hittest(r._xmouse,r._ymouse,1))
{
udah = 1;
r.zwater.start();
r.got = 999;
r.attachmovie("water","water",r.rd2);
r.water._x = r._xmouse;
r.water._y = r._ymouse;
r.rd2--;
}
}
}
}
};
stop();