This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2012-02-18 00:55:30

slayerrobe7
Scratcher
Registered: 2011-06-24
Posts: 500+

hidding

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


!!!When it comes to Scratch2.0 I am totally like freaking out!!!

Offline

 

#2 2012-02-18 01:16:04

ProgramCAT
Scratcher
Registered: 2011-12-13
Posts: 500+

Re: hidding

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.


Programming is an art...
Goodbye, Scratch. I am leaving because of the exams coming up at our school, though I'll check the forums once or twice a week.

Offline

 

#3 2012-02-18 01:21:11

slayerrobe7
Scratcher
Registered: 2011-06-24
Posts: 500+

Re: hidding

hmm the one i saw had a block related to

((question number v) of (hidden v))
but it was blue

how do you get a block like that


!!!When it comes to Scratch2.0 I am totally like freaking out!!!

Offline

 

#4 2012-02-18 03:26:17

ProgramCAT
Scratcher
Registered: 2011-12-13
Posts: 500+

Re: hidding

Sorry, I'm not sure what you mean...


Programming is an art...
Goodbye, Scratch. I am leaving because of the exams coming up at our school, though I'll check the forums once or twice a week.

Offline

 

#5 2012-02-18 03:53:32

mattlai2
Scratcher
Registered: 2011-12-06
Posts: 100+

Re: hidding

RedRocker227 (the creator of the riddle game that you mentioned) used a hidden sprite. Check it out on Scratch Wikiwink

Offline

 

#6 2012-02-21 20:19:38

slayerrobe7
Scratcher
Registered: 2011-06-24
Posts: 500+

Re: hidding

ya but how did he get the blue script used earlier


!!!When it comes to Scratch2.0 I am totally like freaking out!!!

Offline

 

#7 2012-02-21 21:08:36

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: hidding

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

 

#8 2012-02-21 21:14:20

slayerrobe7
Scratcher
Registered: 2011-06-24
Posts: 500+

Re: hidding

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?


!!!When it comes to Scratch2.0 I am totally like freaking out!!!

Offline

 

#9 2012-02-21 21:34:14

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: hidding

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

 

#10 2012-02-21 21:47:34

slayerrobe7
Scratcher
Registered: 2011-06-24
Posts: 500+

Re: hidding

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


!!!When it comes to Scratch2.0 I am totally like freaking out!!!

Offline

 

#11 2012-02-21 21:57:16

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: hidding

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 wikiwink

Offline

 

Board footer