Knob to control Multiball speed
Posted: 02 Aug 2012 14:29
Hi there,
I'm trying to use a knob to control the speed of the Multiball. Hence, in the onExpression x of the knob I have the following,
which should set the speed of the multiball to x*100? However, this doesn't seem to be working.
Any help appreciated.
I'm trying to use a knob to control the speed of the Multiball. Hence, in the onExpression x of the knob I have the following,
Code: Select all
setattribute (Multiball1,'speed', x*100);
Any help appreciated.