Complex tests?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Complex tests?

Blake-5
Are there any and/or/not type tiles in Etoys?
_______________________________________________
Squeakland mailing list
[hidden email]
http://squeakland.org/mailman/listinfo/squeakland
Reply | Threaded
Open this post in threaded view
|

Re: Complex tests?

Bert Freudenberg-3
Am 05.02.2006 um 09:09 schrieb Blake:

> Are there any and/or/not type tiles in Etoys?

Not in the current version. You can react to complex conditions with  
multiple test tiles:

        AND: put the action into nested "yes" tests
        OR: repeat the action in sequential "yes" tests
        NOT: put the action into the "false" branch

Etoys 2 will have Boolean operators.

- Bert -

_______________________________________________
Squeakland mailing list
[hidden email]
http://squeakland.org/mailman/listinfo/squeakland