Can you see what's wrong in this code - I'm stuck with it.
<img src="https://dl.dropbox.com/u/104684620/Capture.JPG" border="0" />
I'm trying to control a triggerable object with a button. When the button is pressed, then it finds the Triggerable Object with the TargetID and it sets IsTriggered. This works fine.
When the button is let go, then it should do the same - find the Triggerable Object with the TargetID and set IsTriggered to false. But this is not working.
Any ideas?