Thanks for your post Christopher. I reread the attributes tutorial etc.
I guess I am not formatting either the jit.op correctly or the message correctly.I am not finding instructions on how to correct this issue.
I try to follow the example and I get nothing working.
can you tell me the correct format for the jit.op object if I am sending it math messages?
do I need the @op after the object name or the math function listed within the object? or just jip.op and then send in the message?
and how are you formatting the message to send? do you include @op, op or the mathematical function? or just the number ?
apologies as this is tedious but it seems important if I want to trigger messages to jit.op and I am nowhere after the tutorials. when I send the + 180 to the jit.op @op + it does change the window color to grey(my other messages have no effect) but I get an error
jit.op: doesn't understand "+"
thanks again for your help
Robbie