MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT Reference Manual page 392

Actionscript reference guide
Hide thumbs Also See for FLASH MX 2004 - ACTIONSCRIPT:
Table of Contents

Advertisement

ge (greater than or equal to — string specific)
Availability
Flash Player 4. This operator was deprecated in Flash 5 in favor of the
to)
operator.
Usage
expression1 ge expression2
Parameters
,
expression1
expression2
Returns
Nothing.
Description
Operator (comparison); compares the string representation of
representation of
; otherwise, returns
expression2
See also
>= (greater than or equal to)
get
Availability
Flash Player 6.
Usage
function get property() {
// your statements here
}
Note: To use this keyword, you must specify ActionScript 2.0 and Flash Player 6 or later in the Flash
tab of your FLA file's Publish Settings dialog box. This keyword is supported only when used in
external script files, not in scripts written in the Actions panel.
Parameters
The word you want to use to refer to the property that
property
be the same as the value used in the corresponding
Returns
The value of the property specified by
Description
Keyword; permits implicit "getting" of properties associated with objects based on classes you
have defined in external class files. Using implicit get methods lets you access properties of objects
without accessing them directly. Implicit get/set methods are syntactic shorthand for the
Object.addProperty()
For more information, see
392
Chapter 12: ActionScript Dictionary
Numbers, strings, or variables.
and returns
expression2
false
propertyName
method in ActionScript 1.
"Implicit get/set methods" on page
if
true
expression1
.
command.
set
.
>= (greater than or equal
to the string
expression1
is greater than or equal to
accesses; this value must
get
172.

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004 - ACTIONSCRIPT and is the answer not in the manual?

Table of Contents