Ultimate Amiga

Network Boards => AMOS Language Discussion => AMOS Factory => AMOS Professional Forum => Topic started by: rednova on 26 Mar, 2011, 01:41 AM

Title: how to change text color
Post by: rednova on 26 Mar, 2011, 01:41 AM
Dear Friends:
Is been a long time since I coded in AmosPro, but I am back
into it.
I load an IFF picture and display -so far so good -
then I use
CLS 0
pen 3
print "my msg here"
wait key
when the message shows up, the text is enveloped by the color.
How can I eliminate the outside color ?
Please help ?

rednova
Title: Re: how to change text color
Post by: skateblind on 26 Mar, 2011, 04:50 PM
Paper integer/number

E.g. Paper 1

Section 05.06.02 in the AMOS Pro manual.
Title: Re: how to change text color
Post by: Hungry Horace on 27 Mar, 2011, 12:40 PM
I tend to use ink 3,0  etc rather than the pen/paper commands