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

#1 2012-06-22 16:47:28

pwhager
Scratcher
Registered: 2010-05-25
Posts: 11

Variables

How do you make a variable go to a certain place at the begining of a project? How about making it move?

Offline

 

#2 2012-06-22 18:21:37

wahoo77
New Scratcher
Registered: 2012-06-17
Posts: 27

Re: Variables

You can't make variables move.  You have to do it offline manually.

Offline

 

#3 2012-06-23 09:39:36

jontmy00
Scratcher
Registered: 2011-11-28
Posts: 1000+

Re: Variables

By "hacking" Scratch, you can make them move by following a sprite. I read it on the Scratch Wiki but now I can't find it.  hmm

Last edited by jontmy00 (2012-06-23 09:39:56)


FOR ALL THE NEWS ON UPDATES FOR SIMPLISTICRAFT, CLICK HERE.

Offline

 

#4 2012-06-23 11:45:31

SciTecCf
Scratcher
Registered: 2011-11-23
Posts: 1000+

Re: Variables

You can drag it, but you cannot make it move.


http://bit.ly/LCZEJRhttp://bit.ly/LSONcOhttp://bit.ly/LF3vIc
http://trinary.site40.net/images/scratchrank.php?username=SciTecCf&display=small

Offline

 

#5 2012-06-23 12:13:55

zammer990
Scratcher
Registered: 2012-01-22
Posts: 500+

Re: Variables

You could use a variable number display, using the "letter () of []" block


http://i45.tinypic.com/2ynq7nn.jpg Play now!

Offline

 

#6 2012-06-23 19:30:54

trinary
Scratcher
Registered: 2012-01-29
Posts: 1000+

Re: Variables

Variables cannot move.
However, you can stamp them with sprites, as shown here.


http://trinary.tk/images/signature_.php

Offline

 

#7 2012-06-23 20:03:26

NanzoInzuna
Scratcher
Registered: 2012-06-21
Posts: 13

Re: Variables

Maybe try making them hide then show?

[scratchblock]
When gf clicked
broadcast [Nameofbroadcast]

Put this on any sprite

and then to make this in another

[scratchblock]
When I receive [Nameofbroadcast]
hide
[/scratchblock]

to make reappear do opposite


Go To Potato

Offline

 

#8 2012-06-23 20:06:36

NanzoInzuna
Scratcher
Registered: 2012-06-21
Posts: 13

Re: Variables

Maybe try making them hide then show?

When gf clicked
broadcast [Nameofbroadcast]
Put this on any sprite

and then to make this in another
srry messed up on first one:

When I receive [Nameofbroadcast]
hide
to make reappear do opposite


Go To Potato

Offline

 

Board footer