Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Using DATA like arrays
#9
I know why nothing is displayed on the screen, its these lines:

Code:
INPUT #1, a
         PSET font(i), (x, y), a

This will give you a black font, and you are probably writing on black right? Try this instead:

Code:
INPUT #1, a
       IF a THEN PSET font(i), (x, y), rgb(255,255,255)

That will make the font white. I'd explain the pointers, but the last posts seems to have done that fairly well.
f you play a Microsoft CD backwards you can hear demonic voices. The scary part is that if you play it forwards it installs Windows.
Reply


Messages In This Thread
Using DATA like arrays - by axipher - 03-04-2006, 06:58 AM
Using DATA like arrays - by d.j.peters - 03-04-2006, 07:12 AM
Using DATA like arrays - by Dr_Davenstein - 03-04-2006, 11:37 PM
Using DATA like arrays - by wallace - 03-05-2006, 01:47 AM
Using DATA like arrays - by axipher - 03-05-2006, 09:56 PM
Using DATA like arrays - by wallace - 03-06-2006, 12:36 AM
Using DATA like arrays - by axipher - 03-06-2006, 12:42 AM
Using DATA like arrays - by Anonymous - 03-06-2006, 10:39 AM
Using DATA like arrays - by wallace - 03-06-2006, 08:20 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)