AsherSV256 2019-11-12 16:34
So i am a beginner i just got the app today and i am wondering what to do next
i know how to do text and also please give me tips
was8bit 2019-11-12 17:10
Have you seen this page ?
https://lowresnx.inutilis.com/topic.php?id=306
was8bit 2019-11-12 17:12
Also, have you tried using the CHAR DESIGNER tool ?
was8bit 2019-11-12 17:37 (Edited)
Graphically, the screen you see holds 20x16 blocks of graphics... each text you use is technically a graphic...
The CHAR DESIGNER lets you create your own blocks of graphics... each block is 8x8 pixels (tiny dots) in size, and each pixel can be clear, or one of 3 colors...
was8bit 2019-11-12 17:43
Try this fun little program....
KEYBOARD ON
DO
PRINT INKEY$;
WAIT VBL
LOOP
Now, run it, and keep typing until the whole screen is filled up
Now, count how many letters across. How many letters up/down ?
This is how ALL graphic blocks are placed on the screen... CHAR DESIGNER lets you create and draw your OWN graphics :)
AsherSV256 2019-11-12 18:12
Thank you so much i will try It :)
was8bit 2019-11-12 18:32
Cool :)
Post any thoughts questions etc any time :)