jis777
02-10-2012, 08:45 AM
Hey guys! I'll get to the point. Basically, I want to learn how to use Simba (and Pascal in general at first).
However, for some reason the ClickMouse() procedure isn't working. This is my "script".
program new;
begin
ClickMouse(150,150,mouse_Left);
end.
Completely and utterly pointless and yet.....it doesn't work.
WHY!? It SHOULD work. The mouse doesn't move...it doesn't do anything! I've tried replacing mouse_Left with 0,1,2,true etc. etc. and yet nothing works.
Yes, I KNOW that you can just use SRL and use the MMouse procedure, but my example SHOULD work and yet it doesn't. Why not?
However, for some reason the ClickMouse() procedure isn't working. This is my "script".
program new;
begin
ClickMouse(150,150,mouse_Left);
end.
Completely and utterly pointless and yet.....it doesn't work.
WHY!? It SHOULD work. The mouse doesn't move...it doesn't do anything! I've tried replacing mouse_Left with 0,1,2,true etc. etc. and yet nothing works.
Yes, I KNOW that you can just use SRL and use the MMouse procedure, but my example SHOULD work and yet it doesn't. Why not?