MACROMEDIA FLASH MX 2004 - FLASH LITE AUTHORING GUIDELINES FOR THE I-MODE SERVICE Manuallines page 30

Flash lite authoring guidelines for the i-mode service by ntt docomo
Table of Contents

Advertisement

Action Name
& (string
concatenation)
add
and
break
call
case
chr()
continue
do... while
duplicateMovieClip
else
else if
eq (string equal)
eval()
30
Appendix A: Supported ActionScript
Description
Operator; used for concatenating strings.
Operator; concatenates (combines) two or more strings. Fully supported
Operator; performs a logical AND operation. If both
expressions evaluate to true, then the entire expression is
true.
Action; appears within a loop (for, for...in, do...while or
while). The break action skips the rest of the loop body,
stopping the looping action, and executes the statement
following the loop statement. Use the break action to
break out of a series of nested loops.
Action; switches the context from the current script to the
script attached to the frame being called.
Keyword; defines a condition for the switch action.
String function; converts ASCII code numbers to
characters.
Action; used to control code execution in loops.
Action; executes the statements inside the loop, and then
evaluates the condition of the loop for as long as the
condition is true.
Action; creates an instance of a movie clip while the
movie is playing.
Action; specifies the actions, clauses, arguments, or
other conditional to run if the initial if statement returns
false.
Action; evaluates a condition and specifies the
statements to run if the condition in the initial if statement
returns false.
Comparison operator; compares two expressions for
equality and returns true if expression1 is equal to
expression2; otherwise, returns false. This action is string
specific.
The following examples illustrate true and false results for
the eq operator:
x ="Amy";
y="Fred";
x eq "Amy";
// true
x eq y;
// false
Function; accesses variables - the value of the variable is
returned.
Support
Fully supported
Fully supported
Fully supported
Fully supported
Fully supported
Fully supported
Fully supported
Fully supported
Fully supported
Fully supported
Fully supported
Fully supported
Fully supported

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004 - FLASH LITE AUTHORING GUIDELINES FOR THE I-MODE SERVICE and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Flash mx professional 2004

Table of Contents