click at the mouse arrows current position

I am trying to script a non-scriptable CAD-application (Graphisoft’s ArchiCAD).

The applesript will be linked to a mouse button.

The goal is to activate a command from the menu and then to click at the current mouse position in the drawing window.

tell application "System Events"
	tell process "ArchiCAD"
		set frontmost to true
		tell menu bar 1
			click menu item 9 of menu 10
		end tell
		click
	end tell
end tell

I am not very skilled with the click command, so the click doesn’t happen. Has anyone a suggest, how i can manage this?

regards

gerstenlaub

(and excuse me for my strange english…)

Hi, I had a similar problem with trying to script for “Gameranger”.
I used extra suites v 1.1 for applescript www.kanzu.com.
It has a bunch of features on it that allow you to move the mouse
to a specific location and click the mouse or double click the mouse.

You can see what I did with it by downloading my scripts from
http://dynamic.gamespy.com/~damnr6/macmods/download.cgi?http://www.planetrainbowsix.com/damnr6/mods/restart.zip

or my personal website http://home.comcast.net/~daniel213750/bigtex.html
and going to server program. gl