ScriptSpot

Forum topic · General Scripting

assign script cntrl to single pos axis

By Graph · 2010-11-26

Description

hey, how do i assign a scripted float controller to a single position axis?
i wanna assign 3 diffrent controllers (need to be seperate) to x y and z

Comments (2)

Graph · 2010-11-26

ah perfect, danke
a toast to brot :P

br0t · 2010-11-26

I would say like so:


$.position.controller[1].controller = Float_Script() --x axis
$.position.controller[2].controller = Float_Script() --y axis
$.position.controller[3].controller = Float_Script() --z axis

Cheers