Because of the high colors screen 12 uses a special encoding method, which
is designed for photos and gradients, but not for lines and text. So it
can't be helped. Maybe screen 11 can do those, but I think probably not
using the Basic commands, you'll need to use vpoke and know how screen 11
works. Maybe the same goes for screen 12 too... you might be able to display
lines and text (with certain limitations) if you use vpoke.


~Grauw


----- Original Message -----
From: "Andrea Gasparrini" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, May 19, 2002 2:04 PM
Subject: problems of graphic with the SCREEN12


> Hello all you of MSX,
>
> I have of the problems of diagram with the SCREEN12, why designing a
> square or to
> make to appear of the written ones, on the screen instead appearing a
> single color
> more colors appear and therefore the design remains pastrocchiato!!!,
> fairies the
> following program:
>
> 10 SCREEN12:COLOR255,0,0
> 20 OPEN"GRP:"AS#1
> 30 LINE(8,0)-(50,50),255,B
> 40 PRESET(100,100):COLOR255:PRINT#1,"MSX"
> 50 GOTO 50
>
> Confusing will appear all, instead makes it you with the screen8:
>
> 10 SCREEN8:COLOR255,0,0
> 20 OPEN"GRP:"AS#1
> 30 LINE(8,0)-(50,50),255,B
> 40 PRESET(100,100):COLOR255:PRINT#1,"MSX"
> 50 GOTO 50
>
> It remains all ordering.
>
> Aspect your news, thanks for you
>
> Good bye
> Andrea Gasparrini
> [EMAIL PROTECTED]
>
>
>
>
> --
> For info, see http://www.stack.nl/~wynke/MSX/listinfo.html
>

--
For info, see http://www.stack.nl/~wynke/MSX/listinfo.html

Reply via email to