Computer Science Canada Another Question |
Author: | ryledger [ Thu Nov 20, 2003 4:11 pm ] |
Post subject: | Another Question |
ok, i want to make this program, but i am kind of a noob. i want to make a program that will click somewhere (no in the turring window) does anybody know how i could do this? if so please help |
Author: | Homer_simpson [ Thu Nov 20, 2003 4:44 pm ] |
Post subject: | |
first of all u need to post this in the turing help section... for yer question, u can use mousewhere function to determine mouse pointer's position and it will give u position of the mouse either in or outside turing window with the base(0,0) of top left of yer turing window... |
Author: | Mazer [ Thu Nov 20, 2003 4:47 pm ] |
Post subject: | |
this would probably be better off in the turing help forum. but to answer your question i shall quote santabruzer: santabruzer wrote: that's the best turing can do? there are certain things turing can do. getting it to know that you clicked somewhere outside of the run window isn't one of them. EDIT: crap, heh, nevermind. must've been thinking of something else involving the mouse in turing |
Author: | Homer_simpson [ Thu Nov 20, 2003 4:50 pm ] |
Post subject: | |
it is! ![]() mousewhere ![]() ![]() |
Author: | santabruzer [ Thu Nov 20, 2003 5:47 pm ] |
Post subject: | |
I see my response to turing is well remembered.... ![]() i don't quite understand the problem... maybe if some source code was written i could understand. |
Author: | Tony [ Thu Nov 20, 2003 7:14 pm ] |
Post subject: | |
question was to make the program control the mouse pointer for you. But you can't do that in turing. You need access to window's API - the easiest way is to use Visual Basic. I've writen a bot to play some flash game for me by letting mouse's position be determined by a function ![]() |
Author: | Homer_simpson [ Thu Nov 20, 2003 8:06 pm ] |
Post subject: | |
mmmm.... well i guess i didn't understand the meaning of phrase "will click somewhere" ![]() |
Author: | Andy [ Fri Nov 21, 2003 6:59 pm ] |
Post subject: | |
the best program every made is ghostmouse, its done on visual basic, what it does is it lets you record a serious of mouse movements and replays them for you! |