i want a list to be hidden so that if you download it you still cant tell what is on their i remember something similar to this on a riddle but i cant seem to be able to figure it out
Offline
Create a LOT of sprites.
Select a random one.
Create a new list but select 'For this sprite only'.
You now have a list which is only visible if you select that particular sprite and go to the variables tab.
It's not perfect but it's the fastest way to create a semi-hidden list, although it depends on people being too lazy to go to each individual sprite and looking in the variables tab.
Offline
hmm the one i saw had a block related to
((question number v) of (hidden v))but it was blue
Offline
Sorry, I'm not sure what you mean...
Offline
RedRocker227 (the creator of the riddle game that you mentioned) used a hidden sprite. Check it out on Scratch Wiki!
Offline
ya but how did he get the blue script used earlier
Offline
It's a sensing block;
([variable v] of [sprite v])However, you can't access lists with that. You can however, have the current item of the list be put into a private variable, and access it like that.
Offline
scimonster wrote:
It's a sensing block;
([variable v] of [sprite v])However, you can't access lists with that. You can however, have the current item of the list be put into a private variable, and access it like that.
how?
Offline
slayerrobe7 wrote:
scimonster wrote:
It's a sensing block;
([variable v] of [sprite v])However, you can't access lists with that. You can however, have the current item of the list be put into a private variable, and access it like that.how?
Are you familiar with the block itself, and just don't know how to get a variable, or do you not know of the block? It's towards the bottom, in the Sensing palette.
Offline
scimonster wrote:
slayerrobe7 wrote:
scimonster wrote:
It's a sensing block;
([variable v] of [sprite v])However, you can't access lists with that. You can however, have the current item of the list be put into a private variable, and access it like that.how?
Are you familiar with the block itself, and just don't know how to get a variable, or do you not know of the block? It's towards the bottom, in the Sensing palette.
i know of the block i just never really used it
Offline
slayerrobe7 wrote:
scimonster wrote:
slayerrobe7 wrote:
how?Are you familiar with the block itself, and just don't know how to get a variable, or do you not know of the block? It's towards the bottom, in the Sensing palette.
i know of the block i just never really used it
So I suggest you look it up on the wiki.
Offline