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

#1 2013-04-08 10:52:35

penguinjane
New Scratcher
Registered: 2013-03-08
Posts: 1

Deleting a Command

Hello, I am new to sprite.  If I change my mind about a command is there a way to delete just one command and not the whole list?  For instance if I decide to make something change by a click of the space bar and I want all of the other commands connected to it to change can I just change that?

Offline

 

#2 2013-04-09 13:23:39

hexagon400
New Scratcher
Registered: 2013-04-09
Posts: 9

Re: Deleting a Command

1. IT'S SCRATCH, [removed by moderator - please keep it polite]
2. Erm... This?
In first guy..

when key [space v] pressed
broadcast [thingy v ]
In second guy...
when I receive [thingy v]
say Yessir!

Last edited by Paddle2See (2013-05-04 16:05:46)

Offline

 

#3 2013-04-09 14:02:19

soniku3
Scratcher
Registered: 2011-12-08
Posts: 1000+

Re: Deleting a Command

Please be kind, and don't block spam.


internet's all about cats today.

Offline

 

#4 2013-04-09 17:02:24

shadowmouse
New Scratcher
Registered: 2013-02-03
Posts: 100+

Re: Deleting a Command

Do you mean if you have a huge stack of commands and you want to delete one from the middle? Just drag the command below it off (the ones below that should come with it) then drag the command you want deleted off, delete it and put the rest back in place.

Offline

 

#5 2013-04-09 17:30:01

7734f
Scratcher
Registered: 2010-12-23
Posts: 500+

Re: Deleting a Command

soniku3 wrote:

Please be kind, and don't block spam.

That wasn't blockspam...he was trying to help, but I don't think that was the question.

And I agree, please be nice

I don't understand the question? What are you trying to do?


http://internetometer.com/image/38992.png   http://i37.tinypic.com/2qixx6c.png

Offline

 

#6 2013-05-04 16:05:08

Liamadams
Scratcher
Registered: 2012-12-08
Posts: 100+

Re: Deleting a Command

here:
so, drag the scripts in. For example,

when gf clicked
forever 
 change x by [1]
The drag the forever loop off. So now its like this:
when gf clicked
     forever
      change x by [1]
     
And then drag the forever loop into the area where the blocks are!  smile

Last edited by Liamadams (2013-05-04 16:05:59)


http://i39.tinypic.com/3309476.jpg

Offline

 

#7 2013-05-04 18:48:30

Hyperbola
Scratcher
Registered: 2013-03-15
Posts: 100+

Re: Deleting a Command

Liamadams wrote:

here:
so, drag the scripts in. For example,

when gf clicked
forever 
 change x by [1]
The drag the forever loop off. So now its like this:
when gf clicked
     forever
      change x by [1]
     
And then drag the forever loop into the area where the blocks are!  smile

And if you want you can drag the

change x by (1)
block off as well!


Tip of the whatever: Don't post in threads older than 2 weeks unless your post will actually be useful.
It's the last day of 1.4! *cries* (quote from NeilWest, rest by me) by the time you read this it probably will be 2.0  sad

Offline

 

Board footer