![MACROMEDIA DIRECTOR MX 2004-DIRECTOR SCRIPTING Reference Download Page 605](http://html1.mh-extra.com/html/macromedia/director-mx-2004-director-scripting/director-mx-2004-director-scripting_reference_3321720605.webp)
<> (not equal)
605
< (less than)
Usage
-- Lingo syntax
expression1
<
expression2
// JavaScript syntax
expression1
<
expression2
Description
Comparison operator; compares two expressions and determines whether
expression1
is less
than
expression2
(
TRUE
), or whether
expression1
is greater than or equal to
expression2
(
FALSE
).
This operator can compare strings, integers, floating-point numbers, rects, and points. Be aware
that comparisons performed on rects or points are handled as if the terms were lists, with each
element of the first list compared to the corresponding element of the second list.
This is a comparison operator with a precedence level of 1.
<= (less than or equal to)
Usage
-- Lingo syntax
expression1
<=
expression2
// JavaScript syntax
expression1
<=
expression2
Description
Comparison operator; compares two expressions and determines whether
expression1
is less
than or equal to
expression2
(
TRUE)
, or whether
expression1
is greater than
expression2
(
FALSE
).
This operator can compare strings, integers, floating-point numbers, rects, and points. Be aware
that comparisons performed on rects or points are handled as if the terms were lists, with each
element of the first list compared to the corresponding element of the second list.
This is a comparison operator with a precedence level of 1.
<> (not equal)
Usage
-- Lingo syntax
expression1
<>
expression2
// JavaScript syntax
expression1
!=
expression2
Description
Comparison operator; compares two expressions, symbols, or operators and determines whether
expression1
is not equal to
expression2
(
TRUE
), or whether
expression1
is equal to
expression2
(
FALSE
).
Summary of Contents for DIRECTOR MX 2004-DIRECTOR SCRIPTING
Page 1: ...DIRECTOR MX 2004 Director Scripting Reference...
Page 48: ...48 Chapter 2 Director Scripting Essentials...
Page 100: ...100 Chapter 4 Debugging Scripts in Director...
Page 118: ...118 Chapter 5 Director Core Objects...
Page 594: ...594 Chapter 12 Methods...
Page 684: ...684 Chapter 14 Properties See also DVD...
Page 702: ...702 Chapter 14 Properties See also face vertices vertices flat...
Page 856: ...856 Chapter 14 Properties JavaScript syntax sprite 15 member member 3 4...
Page 1102: ...1102 Chapter 14 Properties...