Chapter 4: Flash Lite Operators - MACROMEDIA FLASH 8-FLASH LITE 1.X ACTIONSCRIPT LANGUAGE Reference

Flash lite 1.x actionscript language reference
Hide thumbs Also See for FLASH 8-FLASH LITE 1.X ACTIONSCRIPT LANGUAGE:
Table of Contents

Advertisement

CHAPTER 4
Flash Lite Operators
This section describes the syntax and use of the Macromedia Flash Lite 1.x ActionScript
operators. All entries are listed alphabetically. However, some operators are symbols and are
alphabetized by their text descriptions.
The operators in this section are summarized in the following table:
Operator
Description
Concatenates (combines) two or more strings.
add (string
concatenation)
Assigns
+= (addition
assignment)
Performs a logical AND operation.
and
Assigns the value of
= (assignment)
variable or property in
Indicates one or more lines of script comments. Any characters that
/* (block comment)
appear between the opening comment tag (/*) and the closing
comment tag (*/) are interpreted as a comment and ignored by the
ActionScript interpreter.
Evaluates
, (comma)
of
Indicates the beginning of a script comment. Any characters that
// (comment)
appear between the comment delimiter (//) and the end-of-line
character are interpreted as a comment and ignored by the
ActionScript interpreter.
Instructs Flash Lite to evaluate
?: (conditional)
expression1
otherwise, it returns the value of
the value of
expression1
expression2
expression1
, then
expression1
.
expression2
is
, the operator returns the value of
true
+
expression1
expression2
(the operand on the right) to the
.
, and returns the value
expression2
, and if the value of
expression1
expression2
.
expression3
4
.
;
77

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-FLASH LITE 1.X ACTIONSCRIPT LANGUAGE and is the answer not in the manual?

Subscribe to Our Youtube Channel

Table of Contents