Notifications
Clear all
[Closed] Very siply rot script – Try this, please
Feb 28, 2006 11:28 am
Hello, this is my problem:
-
create a box
-
Use this script with object selected
rollout prova "test rotazione attorno a Y" width:210 height:50 (
spinner ruotay "Rotazione attorno a Y" range:[-500,500,0] type:#float scale:1.0
on ruotay changed rotazione do ($.rotation.y_rotation = rotazione)
)
createdialog prova
The rotation greater than 90 flicker… why???
Thank’s
3 Replies
Feb 28, 2006 11:28 am
Try setting the value to the controller. Like this:
on ruotay changed rotazione do ($.rotation.y_rotation.controller.value = rotazione)
I think this will work for you
/Lui
Feb 28, 2006 11:28 am
Hey luigi, in my first script, if i use a
$.rotation.x_rotation = rotazione ( for x rotation )
and
$.rotation.z_rotation = rotazione ( for z rotation )
all work fine, but only in Y rotation exist this “BUG”!
This is a real bugon Y coordinate ?
Thank’s!