Timer not working!
Hi, I can't get a timer to work. I'm pretty sure all is correct - but nothing. Are there any known probs with timers?
Here's what I'm doing.
I have an actor and a rule:
-when touch is pressed...
Timer - After 2 seconds (run to completion ticked) - change attribute x to 1.
It doesn't work, the attribute doesn't change. However without the timer it changes the attribute fine.
Ideas?
Here's what I'm doing.
I have an actor and a rule:
-when touch is pressed...
Timer - After 2 seconds (run to completion ticked) - change attribute x to 1.
It doesn't work, the attribute doesn't change. However without the timer it changes the attribute fine.
Ideas?
Comments
attribute boolean stopPressing
attribute X
Rule
When stopPressing is False
Rule
touch is pressed
stopPressing is True
Timer
X to 1
I'm always having problems with them, i've no idea why or what I'm doing wrong!