I’ve got a object called “car” and a sprite inside it called “sprite” with default animation Red No Wheels. However, I want to be able to change this default animation on receiving message, how would I do this.
You change the image on a sprite by calling sprite.play_flipbook()
:
Will this just set the sprite to the new image
Yes. You can’t change the default value.
1 Like