Click()
usr.icon_state = "[usr.Right]"
Okay, that is my example.
Now what I am wanting to know is how can I make it so that when that click proc is triggered, it changes an object's icon state instead of the users?
So for example I have an object...
obj
TestObject
icon = 'Test.dmi'
icon_state = "Test_State1"
How would I make it so that when the Click() proc is triggered, it changes the icon state of the TestObject?
The coding examples were to help me explain this the best I could, any help appriated. Thanks!