beginner needs help!

crakkers

New Member
Hi

All I want is to play a tune in a continuous loop, but when I press a switch on input 3 the tune stops at that point rather than waiting for the tune to finish. I want then all outputs to be off but if I press the same switch again for the loop / tune playing to restart.

i've played with the interrupt to stop the tune, but have no luck in resrtaing the loop

i'm using the cyberpet board with logicator

Any help??

Crakkers
 

nick12ab

Senior Member
i've played with the interrupt to stop the tune, but have no luck in resrtaing the loop
Could you post your Logicator attempt? In BASIC code, when an interrupt is used an interrupt routine runs like a gosub and then the program goes back to wherever it was.
 
Top