The Daily Click ::. Forums ::. Klik Coding Help ::. I wan't the mouse to click at windows
 

Post Reply  Post Oekaki 
 

Posted By Message

EleXor



Registered
  21/01/2003
Points
  269
27th July, 2003 at 20:47:29 -

Hello. How i make mouse to click at the windows? like it clicks automatically every 5 sec etc. Possible?

 
n/a

Kramy



Registered
  08/06/2002
Points
  1888
27th July, 2003 at 22:01:59 -

I don't understand your question. Could you try to describe it better?

 
Kramy

Shen

Possibly Insane

Registered
  14/05/2002
Points
  3497
28th July, 2003 at 03:26:50 -

You can use Control X to simulate a click in MMF, or just copy the 'Mouse Clicked' event and replace it wtih 'Every 5:00'.

 
gone fishin'

EleXor



Registered
  21/01/2003
Points
  269
28th July, 2003 at 03:37:20 -

Eh? I mean like the mouse click at the Windows. Automatically, so it just clicks."or just copy the 'Mouse Clicked' event and replace it wtih 'Every 5:00'" I Don't get it work

 
n/a

Assault Andy

Administrator
I make other people create vaporware

Registered
  29/07/2002
Points
  5686

Game of the Week WinnerVIP Member360 OwnerGOTM JUNE - 2009 - WINNER!GOTM FEB - 2010 - WINNER!	I donated an open source project
28th July, 2003 at 04:22:32 -

I don't understand you still. You may need to describe the "Windows" part better. But as Shen said, Control X can simulate keyboard and mouse presses.

-Andy

 
Creator of Faerie Solitaire:
http://www.create-games.com/download.asp?id=7792
Also creator of ZDay20 and Dungeon Dash.
http://www.Jigxor.com
http://twitter.com/JigxorAndy

ShadowCaster

Possibly Insane

Registered
  02/01/2002
Points
  2203
28th July, 2003 at 06:13:32 -

I assume you want to make something that, for example, clicks the Start->Shutdown->Ok buttons quickly before the user can react (well, either that or the My Computer->C->Format button)...

ControlX can simulate mouse clicks, but I'm not sure if that works outside the active window... It might, if you use it in conjunction with the Cursor object. For example, use the Cursor object to move the mouse to (0,0) on the screen, then use ControlX to simulate the click. I dont know if that's possible, but you could try.

Mike

 
"Now I guess we're... 'Path-E-Tech Management'" -Dilbert

Assault Andy

Administrator
I make other people create vaporware

Registered
  29/07/2002
Points
  5686

Game of the Week WinnerVIP Member360 OwnerGOTM JUNE - 2009 - WINNER!GOTM FEB - 2010 - WINNER!	I donated an open source project
28th July, 2003 at 06:32:00 -

Control X can simulate out of the window, i made a small demo where it typed "Hello! " over and over. I opened up word and it typed it for me .

-Andy

 
Creator of Faerie Solitaire:
http://www.create-games.com/download.asp?id=7792
Also creator of ZDay20 and Dungeon Dash.
http://www.Jigxor.com
http://twitter.com/JigxorAndy

Shen

Possibly Insane

Registered
  14/05/2002
Points
  3497
28th July, 2003 at 06:56:39 -

I meant to have two events such as:

On mouse clicked: Add 1 to counter
Every 5:00: Add 1 to counter

Which basically does what you want from a mouse click. You didn't say what you wanted it for.

 
gone fishin'

Jenswa

Possibly Insane

Registered
  26/08/2002
Points
  2722
28th July, 2003 at 08:05:01 -

Be more specific.

[i]"How i make mouse to click at the windows?"[/i]

Do u mean that an user clicks with the mouse every 5 seconds on a window?
What window? Of the current application, so i won't lose focus or on another
window which pops up?

 
Image jenswa.neocities.org

EleXor



Registered
  21/01/2003
Points
  269
28th July, 2003 at 08:13:23 -

Oh i feel like stupid.. I supposed to say that Mouse Click's At WINDOWS... Yeah, i wan't the program make the cursor of desktop start clicking or something

 
n/a

EleXor



Registered
  21/01/2003
Points
  269
29th July, 2003 at 12:50:23 -

Hello..? This is very important to me...

 
n/a

Jenswa

Possibly Insane

Registered
  26/08/2002
Points
  2722
29th July, 2003 at 15:45:46 -

So you would like to control the mouse,
outside the mmf application?

I don't know if that's possible,
as far as i know, there isn't an action like:
mouse.click()

So i won't be able to help you any further,
perhaps someone else can.

 
Image jenswa.neocities.org

Assault Andy

Administrator
I make other people create vaporware

Registered
  29/07/2002
Points
  5686

Game of the Week WinnerVIP Member360 OwnerGOTM JUNE - 2009 - WINNER!GOTM FEB - 2010 - WINNER!	I donated an open source project
30th July, 2003 at 01:08:49 -

Control X is can simulate all of your clicking needs. And as for moving goes the "Mouse object" funnyly enough can move you mouse to actual x,y co-ordinates.

-Andy

 
Creator of Faerie Solitaire:
http://www.create-games.com/download.asp?id=7792
Also creator of ZDay20 and Dungeon Dash.
http://www.Jigxor.com
http://twitter.com/JigxorAndy
   

Post Reply



 



Advertisement

Worth A Click