Discord
Login
Community
DARK THEME

How do you delete sprites?

How do you delete sprites?

in the sprite editor or in the code tab for the code tab then use the screen.Clear("") in the sprite editor use the red trash can icon on the top of the screen

if you wanne delet sprites like there is a sprite and now its not via code you need to use

player = screen.drawSprite(blabalba) player.remove()

To remove them from the project: In the sprite editor, there's a red trash button on the right of the toolbar.

To remove them from the screen: screen.clear() to clear the entire screen, or screen.fillRect() to clear a certain area.

Post a reply

Progress

Status

Preview
Cancel
Post
Validate your e-mail address to participate in the community