PreFab...Player...Documentation...Frontier...User's Guide...Chapter 5, Verbs...One Verb Per Page...

Player.doubleClickInsideItem


Syntax

Player.doubleClickInsideItem(theItem, location)

Player.doubleClickInsideItem(theItem, location, holding: modifierKeys)


Parameters

theItem is either a name or ID number.

location is an {x, y} list or a point datatype.

holding: modifierKeys, an optional parameter, is one or more modifier keys (command, shift, option, control, caps lock) or their abbreviations (cmd, shft, opt, ctrl, caps), added together in any order.


Action

Double-clicks inside the indicated item at the specified location.


Returns

True.


Examples

Player.doubleClickInsideItem( 10, {4, 27} )
Player.doubleClickInsideItem( 10, point.set(4, 27) )


Errors

The item does not exist or is not enabled.


Notes



See Also

Player.clickInsideItem
Player.nClickInsideItem
Player.doubleClickItem
   
Player.doubleClickInsideItemAt


Keywords

customItems[5] modifiers

| Top |


disableUserInput| Prev | Home | Next |doubleClickInsideItemAt

Updated on 2/5/97 by Scott S. Lawton (ssl@prefab.com)

Copyright 1993-99, PreFab Software, Inc. All Rights Reserved.

This site built and maintained using Stage Three, a set of custom Frontier scripts.