Player
Documentation
AppleScript
User's Guide
Chapter 5, Verbs
One Verb Per Page
move: to a specific location and leave the cursor there -- new in 1.5
Syntax
move to coordinates
Parameters
to coordinates -- an {x, y} list, the horizontal and vertical number of pixels from the upper left corner of the frontmost window
Result
true
Examples
move to {10, 20} -- relative to frontmost (or target) window
move to {10, 20, screen coordinates} -- absolute position
Notes
- By default, coordinates are relative to the frontmost dialog or window. Changing to a different screen size or having the window come up in a different location should have no effect.
- Use the screen coordinates constant to treat coordinates as an absolute screen position.
- In most applications, the location is relative to the inside of the window. Negative y values reach into the title bar (if any).
See Also
click location
drag
set target window
type
Copyright 1993-99, PreFab Software, Inc. All Rights Reserved.
This site built and maintained using Stage Three, a set of custom Frontier scripts.