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

#1 2013-02-19 20:25:14

Failord
Scratcher
Registered: 2012-01-07
Posts: 53

The 2.0 "when [dropdown] > ( ) Event

I think instead of the hat/startup/event script

when [video motion v] > ( )
It should be
when < >
so that you can still do the same things. In fact, it could replace
when [space] key pressed
by coding like this:
when <space key pressed>
wait until <not<space key pressed>>
and so on.

Some minor technicalities:
when [video motion v] > ( )
and
when < >
should be event blocks. Hat blocks. Whatever. Booleans are also showing up as variables... Let's just say for the sake of time that everything except for
when [video motion v] > ( )
is supposed to contain booleans instead of reporters.

Hope that cleared stuff up a bit...

Offline

 

#2 2013-02-23 22:23:34

Failord
Scratcher
Registered: 2012-01-07
Posts: 53

Re: The 2.0 "when [dropdown] > ( ) Event

Apparently it doesn't clear anything up. I see a slight flaw in reasoning here, but who cares?

Offline

 

Board footer