Attention | Topic was automatically imported from the old Question2Answer platform. | |
Asked By | godoh |
example of whats happening
var puck_timer = $Timer
func example1()
puck_timer.set_wait_time(2)
puck_timer.start()
Vector2(0, 1)
func on_Timer_timeout()
Vector2(0, 1)
puck_timer.stop
example1()
#timer doesnt work when i call the func that starts the timer
I looked over the code and didn’t find any issues. you may need to show the original code, there might be a mistake in it, if I’m not missing anything.
Asthmar | 2021-06-11 07:56