Hi,
Include this in your code at init:
dc.w $A00A ;Line-A hide mouse
before you exit your code you can turn the mouse on with:
dc.c $A009 ;Line-A show mouse
Alternatively, you can install your own IKBD vector that does not respond to mouse packets from the keyboard. IIRC The IKBD vector is at $110.
-]