Okay, I am working on a program that is a mouse i can call from my basic programs. What I want it to be able to do is this:
program code…
prgmZMOUSE
if a = 45 and b = 22:then
you clicked on me!
end
So, my question is, how do i access the Picture Variables of BASIC, and display them every iteration of the Draw Label, and also, when the 2nd key or enter key is pressed, how do i store the mouse's position to BASIC's A,B?