Re: A86: Need Find_Pixel Help!


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

Re: A86: Need Find_Pixel Help!




Here's how:

 call FindPixel
 and (hl)		; check if the pixel is on
 jr z,PixelOff	; if the zero flag is set, the pixel is off
 ; if we are here, then the pixel is ON
PixelOff:

At 07:08 AM 8/10/98 PDT, you wrote:
>
>I need help with Find_Pixel. Can someone give me an example of how to 
>use it to test if a pxl is on or off. Thanx.
>
>InFuZeD at Zone TI - "Making Basic Programming Worth While"
>
>
>______________________________________________________
>Get Your Private, Free Email at http://www.hotmail.com
>

--
David Phillips
mailto:electrum@tfs.net
ICQ: 13811951
AOL/AIM: Electrum32


References: