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
1. IT'S SCRATCH, [removed by moderator - please keep it polite]
2. Erm... This?
In first guy..
In second guy...when keyspace ▼pressedbroadcastthingy ▼
when I receivethingy ▼say Yessir!
Last edited by Paddle2See (2013-05-04 16:05:46)
Offline
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
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?
Offline
here:
so, drag the scripts in. For example,
The drag the forever loop off. So now its like this:whenclicked
foreverchange x by1
whenclicked
And then drag the forever loop into the area where the blocks are!foreverchange x by1
Last edited by Liamadams (2013-05-04 16:05:59)
Offline
Liamadams wrote:
here:
so, drag the scripts in. For example,The drag the forever loop off. So now its like this:whenclicked
foreverchange x by1whenclicked
And then drag the forever loop into the area where the blocks are!foreverchange x by1![]()
And if you want you can drag the
block off as well!change x by1
Offline