MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT Reference Manual page 258

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

Advertisement

= (assignment)
Availability
Flash Player 4.
Flash 4 file:
x = y
Converted Flash 5 or later file:
Number(x) == Number(y)
Usage
expression1 = expression2
Parameters
A variable, element of an array, or property of an object.
expression1
A value of any type.
expression2
Returns
Nothing.
Description
Operator; assigns the type of
element, or property in
In Flash 5 or later,
Flash 4,
is a numeric equality operator. Flash 4 files brought into the Flash 5 or later authoring
=
environment undergo a conversion process to maintain data type integrity.
Example
The following example uses the assignment operator to assign the Number data type to the
variable
.
x
x = 5
The following example uses the assignment operator to assign the String data type to the variable
.
x
x = "hello"
See also
== (equality)
258
Chapter 12: ActionScript Dictionary
expression2
.
expression1
is an assignment operator, and the
=
(the parameter on the right) to the variable, array
operator is used to evaluate equality. In
==

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?

Questions and answers

Table of Contents