|
hi all
i need help to create a expression to do flowing :
when box run on X sphere rotate on y and when box run on y sphere rotate on y too!
some thing as like that :
if y_postion > 0 then
Y_postion
else if x_postion > then
Y_postion
sorry for my English !!
if need more information , tell me.
|
|
|
|
More information (a bit more about what you’re trying to simulate) would be useful.
It sounds like you’re asking for this:
(pseudocode)
sphere_y_rotation = box_x_position + box_y_position
?
If so, we can explain how to set up an expression - let us know.
|
|
|