is firstof(x) working differently on padobjects than on switch objects.
I have 1x16 pad Object and want to use the firstof(x) function to get the pad pressed but it doesnt seem to work.
Code: Select all
padpressed=firstof(x);
MultiSlider.x[padpressed]+=incdec1;
Any insights to this?