Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How do I delete custom blocks off my script??
- Kit-Kat14
-
2 posts
How do I delete custom blocks off my script??
I'm making a game and have heard extra blocks make things slow on games and animations. How do i get rid of them I've tried the scissors and those won't work. Please help
- derniersamourai
-
100+ posts
How do I delete custom blocks off my script??
In order to remove the DEFINITION of a block all USES of the block must be removed before.
When you can remove the definition of the block, the bcustom block will disappear in the list of custom blocks.
When you can remove the definition of the block, the bcustom block will disappear in the list of custom blocks.
- Kit-Kat14
-
2 posts
How do I delete custom blocks off my script??
OK thank you and does anybody know how i can only have one sprite on a page at one time with out deleting them?

- wbpx9201
-
100+ posts
How do I delete custom blocks off my script??
To only have one sprite on the screen at a time, use the OK thank you and does anybody know how i can only have one sprite on a page at one time with out deleting them?
- derniersamourai
-
100+ posts
How do I delete custom blocks off my script??
Actually, to expand the preceding answer, you have to define a message common to all sprites or clones and create a “local” variable named “id” to all sprites and clones.
Assign a different id to all sprites and lcones (just have a “max_id” set to 0, then increment it by 1 each time you assing the max_id at the beginning or creation of a clone.
When you have the unique id for every sprite and clones, you jet set new global var “select id” to the “id” selected.
Then when the message is sent, each clone and sprite test to see if ti is its “id”.
If so, then show
if not, then hide
Assign a different id to all sprites and lcones (just have a “max_id” set to 0, then increment it by 1 each time you assing the max_id at the beginning or creation of a clone.
When you have the unique id for every sprite and clones, you jet set new global var “select id” to the “id” selected.
Then when the message is sent, each clone and sprite test to see if ti is its “id”.
If so, then show
if not, then hide
- prehaangandhi
-
2 posts
How do I delete custom blocks off my script??
pleaase help
pleaseeeeeeeeeeeeeeeeeeeeee
pleaseeeeeeeeeeeeeeeeeeeeee
- deck26
-
1000+ posts
How do I delete custom blocks off my script??
Your post adds nothing useful - please don't spam. pleaase help
pleaseeeeeeeeeeeeeeeeeeeeee
- TheDogLover796
-
1000+ posts
How do I delete custom blocks off my script??
Please don't pleaase helpNecropost
pleaseeeeeeeeeeeeeeeeeeeeee
- itsoutchy
-
29 posts
How do I delete custom blocks off my script??
to delete the DEFINITION of a block:
(
you need to delete all uses of the block
delete them by dragging them into the blocks panel on the left
(
)
you need to delete all uses of the block
delete them by dragging them into the blocks panel on the left
- itsoutchy
-
29 posts
How do I delete custom blocks off my script??
i'd recommend you start a new topic for that OK thank you and does anybody know how i can only have one sprite on a page at one time with out deleting them?
- Discussion Forums
- » Help with Scripts
-
» How do I delete custom blocks off my script??