Re: A86: Re: Text Printing--textAutoscroll


[Prev][Next][Index][Thread]

Re: A86: Re: Text Printing--textAutoscroll




turn the text shadow ram flag off (remember to turn it back on if you want
your text saved after you exit the program for some reason [?])

>That's the one I wanted.  But I found another problem.  After wondering why
>printing big text (using _puts) affected my sprites draw location, I
>checked the text placing address and my sprites location variable (in
>_textShadow).  They're the same...so can I used big text using _puts and
>still have variables in _textShadow, or where do I put them?


Follow-Ups: