How to add Costumes to Sprites

Read reply by Grazer For info. This fourm Is for me :3

How Do i create costumes? Its hard

1 Like

Hey Zamptee, I created a quick example here of one way to do it:

https://flowlab.io/game/view/9841

Basically there is just a “player” sprite and a “costume” sprite. When you click the game, the top hat & cane costume is toggled on and off.

The behavior used to attach the top hat sprite is called “Attachment”, it only has two inputs, one for “on” to attach a sprite, and one called “off” to detach it again.

Hope this helps.

1 Like