home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
404 Jogos
/
CLJG.iso
/
Esportes
/
Tiro_al_Arco.swf
/
scripts
/
DefineSprite_169
/
frame_1
/
DoAction.as
Wrap
Text File
|
2007-06-07
|
245b
|
16 lines
alpha = Math.atan(_parent.centro._ymouse / _parent.centro._xmouse) / 3.1416 * 180;
if(_xmouse < 0)
{
alpha += 180;
}
if(alpha < -20)
{
alpha = -20;
}
if(10 < alpha)
{
alpha = 10;
}
_rotation = alpha;
_root.Alpha = Alpha;