Just when, and indeed how, should I set this bit? Do I do something like
`0->16=0->16 & 7;' in the Initialise routine? Or is that totally wrong?
Also, when should I "finish with" a sound? Just after starting it, or does
this stop it immediately? Should I instead finish with it at a point where I
know for certain it has stopped "naturally"?
Should I `@sound_effect 1 #r$Routine;' or `@sound_effect 1 0 0 #r$Routine;'?
-- Jools Arnold jools@arnod.demon.co.uk