Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How to delete sections of a sprite
- W8lingandab3l
-
Scratcher
4 posts
How to delete sections of a sprite
I need to delete a section of my sprite, but I don't know how to! Could someone please tell me how?
- Catscratcher07
-
Scratcher
1000+ posts
How to delete sections of a sprite
what do you mean “delete a section of my sprite”
- W8lingandab3l
-
Scratcher
4 posts
How to delete sections of a sprite
what do you mean “delete a section of my sprite”Well, I'm working on flappy bird project and I need to remove a part of the “log” How do I do that?
- medians
-
Scratcher
1000+ posts
How to delete sections of a sprite
Can you send the link to the project, and state what you mean by the “log”? Are you talking about the log blocks that are accessible through forbidden word?what do you mean “delete a section of my sprite”Well, I'm working on flappy bird project and I need to remove a part of the “log” How do I do that?
- W8lingandab3l
-
Scratcher
4 posts
How to delete sections of a sprite
So, When I said log I meant the logs in flappy bird that are the obstacles. I need to cut a section out of the so called “log”. I was wiondering how, or if there was a way to cut parts out of your sprite.P.S. The project isn't shared yetCan you send the link to the project, and state what you mean by the “log”? Are you talking about the log blocks that are accessible through forbidden word?what do you mean “delete a section of my sprite”Well, I'm working on flappy bird project and I need to remove a part of the “log” How do I do that?
- Hollowness
-
Scratcher
56 posts
How to delete sections of a sprite
Create a new sprite that's the same colour as the backdrop and place it over whichever part you want to cover
That is what you meant, right?
That is what you meant, right?
- W8lingandab3l
-
Scratcher
4 posts
How to delete sections of a sprite
Create a new sprite that's the same colour as the backdrop and place it over whichever part you want to coverYes!Thank you!
That is what you meant, right?
- SamF2010
-
Scratcher
100+ posts
How to delete sections of a sprite
But also, why do you need to get rid of part of a sprite. You could just create a sprite with the hole and randomise the y. Or is there something I'm not understanding? In the sprite editor, if pixel art, erase the section for the player. If Vector, make your log short, duplicate your log (and possibly flip the y axis) and move it up, leaving room for the player.
- Discussion Forums
- » Help with Scripts
-
» How to delete sections of a sprite