| Posted: 10:41pm 09 Jan 2022 |
Copy link to clipboard |
 Print this post |
|
I have some MMBASIC programs using turtle graphics and wanted to run them on the pico.
Something like this:
... Sub zeichneverbindung(a,b,l,c) turtle pen colour c turtle pen down If a=1 And b=2 Then turtle heading 0 turtle forward l Play tone 440,440,delay:Pause delay EndIf If a=2 And b=1 Then turtle heading 180 turtle forward l Play tone 466,466,delay:Pause delay EndIf If a=5 And b=4 Then turtle heading 0 turtle forward l Play tone 493,493,delay:Pause delay EndIf If a=4 And b=5 Then turtle heading 180 turtle forward l Play tone 523,523,delay:Pause delay EndIf ...
But seems not to be implemented in PicoMite
-andreas |