Sprite.play_flipbook complete function is not called (SOLVED)

Hello.
I write sprite.play_flipbook with complete function in go.on_message, but complete function seems not to be called.
Is there any restrictions?

Make sure you only enter the name of the function without brackets, not “function()”. That’s a mistake I was making a lot.

2 Likes

Share the code so we can take a look.

1 Like

Is the animation looping? In that case the function won’t be called ever.

3 Likes

That`s it!
Thanks for you all. and sorry for late response.

3 Likes