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

#1 2012-02-19 22:55:00

turkey3
Scratcher
Registered: 2011-12-04
Posts: 500+

Great idea for scratch 2.0

have something like, if touching blue, stop EVERY script of a specific character instead of just the one you place "stop script" in.

Offline

 

#2 2012-02-20 00:08:16

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

Re: Great idea for scratch 2.0

Use this

when gf clicked
set [bluetouched v] to [no]
forever
if <touching color [#0000FF]?>
set [bluetouched v] to [yes]
end
And put this in every script you want to stop when blue is touched:
if <(bluetouched) = [yes]>
stop script
end
Also, it would be appreciated if you actually went and explored the blocks before 'suggesting' anything.

Last edited by ProgramCAT (2012-02-20 00:08:46)


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

 

Board footer