I need to have a graphic appear on the X and Y coordinates of the mouse when clicked. It will work, but the graphic will be a gray block.... Please help me!
: I need to have a graphic appear on the X and Y coordinates of the mouse when clicked. It will work, but the graphic will be a gray block.... Please help me! : Try a different screen mode.
: : I need to have a graphic appear on the X and Y coordinates of the mouse when clicked. It will work, but the graphic will be a gray block.... Please help me! : : : Try a different screen mode. :
dont forget to hide your mouse before you put the graphic on the screen and then show your mouse again
'I need to have a graphic appear on the X and Y coordinates of the mouse when clicked. It will work, but the graphic will be a gray block.... Please help me!
Turn the mouse pointer off, then put the graphic on, then turn the mouse pointer back on. email: mstechcae@webcity.ca
: 'I need to have a graphic appear on the X and Y coordinates of the mouse when clicked. It will work, but the graphic will be a gray block.... Please help me! : Turn Off the Mouse Cursor (by calling INTERRUPT &h33 with inregs.ax=2), draw the graphic and then Turn back on the mouse cursor (by calling INTERRUPT &h33 with inregs.ax=1)
Comments
:
Try a different screen mode.
: :
: Try a different screen mode.
:
dont forget to hide your mouse before you put the graphic on the screen and then show your mouse again
Turn the mouse pointer off, then put the graphic on, then turn the mouse pointer back on.
email: mstechcae@webcity.ca
:
Turn Off the Mouse Cursor (by calling INTERRUPT &h33 with inregs.ax=2), draw the graphic and then Turn back on the mouse cursor (by calling INTERRUPT &h33 with inregs.ax=1)
Davi Medrade
Brazil