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 pressedby coding like this:
when <space key pressed> wait until <not<space key pressed>>and so on.
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.
Offline