Hi
I want to check whether a condition is ‘true’ and then check whether that condition is STILL ‘true’ 3 seconds later.
For example, let’s say a box is placed in the correct position on the screen. I then want a timer to start, run for three seconds and then check that the box is still in that correct position.
I have a Runtime event listener to check the correct position of the box, but what I’m struggling with is the second part of the code - getting a timer to run and then check the position again. If the box is moved from the correct position within that 3 seconds, then I want the timer to reset…
Please help before I end up pulling my eyeballs out…
Thanks [import]uid: 74503 topic_id: 14364 reply_id: 314364[/import]
[import]uid: 3826 topic_id: 14364 reply_id: 53075[/import]