Hi, i’m trying to make a game in wich i need a function to be repeted periodically and i have tried to do it with go.animate but it doesn’t work. I give you a screenshot of my code and error message :
What you did in your screenshot was to create a new repeating timer every frame (I’m surprised nothing crashed!). You should do it in init() to create a single repeating timer.