Player
Documentation
Frontier
User's Guide
Chapter 5, Verbs
Overview
Custom Item Verbs
These verbs control misc. dialog box or window items, including icons, scroll bars and custom controls.Verbs
clickItem- click an item
doubleClickItem- double-click an item
nClickItem- click an item n times
clickInsideItem- click at the specified location inside an item
doubleClickInsideItem- double-click inside an item
nClickInsideItem- click inside an item n times
Alternate Verbs
These verbs have separate parameters for x and y. This format may be somewhat easier to type (and to read!) than a list or point, but is less flexible.
clickItemAt- click inside an item, specifying location with 2 parameters (x, y)
doubleClickItemAt- click inside, specifying location with 2 parameters (x, y)
nClickItemAt- click inside n times, specifying location with 2 parameters (x, y)
clickInsideItemAt- click inside an item, specifying location with 2 parameters (x, y)
doubleClickInsideItemAt- click inside, specifying location with 2 parameters (x, y)
nClickInsideItemAt- click inside n times, specifying location with 2 parameters (x, y)
Notes
- To click a whole series of dialog items in one step, use clickSequence [a mouse verb].
- The pop-up menu verbs are documented in the section on Menu Verbs.
- Player's dialog query verbs are documented in the section on Query Verbs.
Dialog Verbs
Copyright 1993-99, PreFab Software, Inc. All Rights Reserved.
This site built and maintained using Stage Three, a set of custom Frontier scripts.