Hey,
I know this sound extremely silly, but im still getting a hang of Lua language
So, I know how to trigger an event using the addEventListener, but I know only how to trigger it for touch and orientation…
What I would like to know is how to call a function or trigger an event when a boolean is being set to true
To be more specific,
I have a timer, and its changing a boolean to true after 4 seconds
Then in my object I want to animate it (move 100 down) once that boolean is true…
Thanks in advance to all the helpers
Roy.

