Release

The worst prank

4

BlockHead 2020-06-05 06:20

Install this at your own risk


was8bit 2020-06-05 07:21

Trick:

While lookiing at this code in lowres, select EDIT menu, then select MORE, then select "ADD the worst prank "

Then close, then select EDIT again, then choose your new edit tool "The Worst Prank"... and like magic, your program runs, but now your text is all invisible ;)


was8bit 2020-06-05 07:23

... in fact, after you have done this, your text is now PERMAMENTLY invisible every time you try to run the program ;)


was8bit 2020-06-05 07:31

Alternative approach ;)

I=0
DO
ADD I,1,1 TO 7
COPY $8000+I*16,16 TO $8000
WAIT 2
LOOP

#1:MAIN PALETTES
0030201000383400003C0C00003F3C00
003F2A15003F2A15003F2A15003F2A15

#2:MAIN CHARACTERS
00000000000000000000000000000000
E7E7E70000E7E7E7181818FFFF181818
E7E7E70000E7E7E73C3CFFFFFFFF3C3C
E7E7E70000E7E7E77EFFFFFFFFFFFF7E
E7E7E70000E7E7E7FFFFFFFFFFFFFFFF
E7E7E70000E7E7E77EFFFFFFFFFFFF7E
E7E7E70000E7E7E73C3CFFFFFFFF3C3C
E7E7E70000E7E7E7181818FFFF181818


Flyingpizza264 2020-06-05 11:32

Interesting


was8bit 2020-06-06 06:52 (Edited)

The only reason why your text becomes invisible is because your TOOL writes to file #0,,, and this is the secret "default text fonts" file, "IF" you leave this file empty... if empty, NX secretely installs default font into file#0 so you dont have to worry about making a font set...

"IF" you write to file#0, then NX will default to page 4 of your character set.... it also switches to page 4 if you edit page 4,

but in this case page 4 is empty, and file 0 is written to, so NX uses the blanks on page 4 for your text, hence your text becomes invisible ;)


Log in to reply.