Are you a genius at Scratch? If so please post a post about my question
I'm am making a good game I just finished level 1 and now I've started level 2. I need to hide the charcaters from level 1 so i can import some new ones but I don't know how to do it.
If you do by all means post a post! thankyou
Offline
As you reach level 2, you could use broadcasts. Those blocks are in the control category.
When you reach Level 2, you could broadcast: Level1CharactersHide!
Then on all of the level 1 characters, you could do: when I receive Level1CharactersHide!
hide
At the same time, you need to make sure you have a [show] in the beginning.
Offline