Re: A86: Some stupid error I can't seem to find!


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

Re: A86: Some stupid error I can't seem to find!






Roy Wong wrote:

> And yet more stupid errors... the code is getting bigger, so i stuffed it
> into an attached file...
>
> Ok here's the problem:
>
>  First, which included file is _clrscrn in? I couldn't call it. (probably
> have old files then)

Ti86asm.inc

>
>
>  Second, the putsprite here doesn't seem to work, or i'm not working it
> right... most likely the latter. It seems that i get a huge garble of the
> pic i used.

You need refresh the screen between keypresses: the putsprite routine won't erase the
old sprites for you.

>
>
>  Third, how do i use _vputs? I know how to just use it, but then i don't
> know how to put text on a   specific part of the screen.

load _penRow and _penCol with coordinates for your text

>
>
> Sorry to be bombarding you guys with all these questions...
>
> Damnation / Alan Wong
>
>   ------------------------------------------------------------------------
>
>                   Name: test.asm
>    test.asm       Type: ASM File (application/x-unknown-content-type-asm_auto_file)
>               Encoding: 7bit



--
...................
David C Leberknight
...................
footbag@sprynet.com
...................



References: