Problem with pictctrl. Maybe is a bug?
I have used the beta of MAX MSP 6 and the same error. :(
Nobody knows why???
I'm not sure what you're trying to achieve, but perhaps you could take off circular tracking and include horizontal/vertical tracking?
im trying to create a dial with clicked image. but it doesnt works.
So you're trying to make it yellow until the user clicks/drags it, at which point it will turn bluish-green? Sorry I don't have much experience with [pictctrl], but try sending the "clickedImage 0" and "clickedImage 1" messages. If that works, perhaps you could hack it into whatever you want.
Yep this is what i want. I dont know why it doesnt work because with the matrixctrl object it does.
How to configure the sending messages? if im moving the dial how to send a message and when the dial stop how to send the other message?
thankssss Spectre for your help!
No solution?
Look up the [message] object in the help docs, as well as the messages for [pictctrl]
i have done a shit solution. Using a mousestate and sel objects and the clickedimage message. but i can believe that it cant work in normal mode.