Help please - Do an action with timer
Tiny_Studio
Member Posts: 50
I want to let an actor do an action every time, if in 3 seconds nobody press the actor, could you help me?
Comments
If Actor Is Touched
Do Nothing
Otherwise
Every 3 Seconds
Do something
✮ FREE templates at GSinvention ✮
✮ Available for hire! support@gsinvention.com ✮
If Actor Is Touched
Set Self.Touched = True (this is an attribute)
Do something
Otherwise
Every 3 Seconds
If Self.Touched = True
Do something again
Set Self.Touched = False
Does this make sense?
It's horrible writing code on these forums!
✮ FREE templates at GSinvention ✮
✮ Available for hire! support@gsinvention.com ✮