Picomite/PicoMiteVGA V5.07.05 release candidates
Author
Message
Turbo46
Guru
Joined: 24/12/2017
Location: AustraliaPosts: 1610
Posted: 12:15am 30 Sep 2022
Tom said
4. On the PicoMiteVGA: RUN "lazer-cycle.bas"
- don't look too closely it's not cooked yet.
5. On the PicoMiteVGA: CTRL-C
lazer_cycle.bas said
Option Break 4
On Key 3, break_handler
(later)
' Break handler to stop music & fx when Ctrl-C pressed.
Sub break_handler()
Play Stop
End
End Sub
the manual said
OPTION BREAK 4 will set the break key to the CTRL-D key
So what does typing Control_C do? What it says I guess but is the program still running?
Bill