![]() |
|
||||||||||
|
|||||
|
Регистрация: Jul 2005
Сообщений: 34
|
this.onMouseMove = function() {
var ang = Math.floor( Math.atan( this._xmouse/this._ymouse )*(180/Math.PI) );
_root.txt.text = "rotation: " + this._rotation + "\n" +
"angle:" + ang + "\n" +
"x: " + this._xmouse + "\n" +
"y: " + this._ymouse;
this._rotation = ang;
}
в чем трабла?? |
![]() |
Часовой пояс GMT +4, время: 19:48. |
|
|
« Предыдущая тема | Следующая тема » |
|
|