> You don't need a "Loop", the whole idea of KEYBOARDON is that
> an "action" (an event) will be called *when* any key is hit.
> Now MSWLogo will be idle (until a key is hit) instead of
> spinning its wheels on the loop (chewing up the CPU). It's
> also now free to program other "events" like the MOUSEON command.
>
> Your "baby" routine now just "sets up" your keyboard-action-handler.
> and "babydone" (new routine) "shuts down" your handler. When a key
> is hit the code in the list following KEYBOARDON will be executed,
> which in turn calls your action.
Oh, yes! I just used KEYBOARDON without going through its description,
my usual bad habit.
Thank you also for the other hints, I' ll apply.
Alessio
---------------------------------------------------------------
Please post messages to the Logo forum to logo-l@gsn.org. Mail
questions about the list administration to logofdn@gsn.org. To
unsubscribe send unsubscribe logo-l to majordomo@gsn.org.