Appendix A: Supported Actionscript - MACROMEDIA FLASH MX 2004 - FLASH LITE AUTHORING GUIDELINES FOR THE I-MODE SERVICE Manuallines

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

Advertisement

This appendix lists the Flash Lite ActionScript commands and any exceptions to the standard in
Flash Lite for i-mode.
Action Name
// (comment)
, (comma)
. (dot)
" " (string delimiter)
– – (decrement)
++ (increment)
+ (add)
+= (addition
assignment)
Description
Comment; indicates the beginning of a script comment.
Any characters that appear between the comment
delimiter // and the end-of-line character are interpreted
as a comment.
Operator; a separator between two expressions that
causes the value of the second expression to be the
return value.
Operator; used to navigate movie clip hierarchies in order
to access nested (child) movie clips, variables, or
properties.
String delimiter; when used before and after characters,
quotes indicate that the characters have a literal value
and are considered a string-not a variable, numerical
value, or other ActionScript element.
Operator; a pre-decrement and post-decrement unary
operator that subtracts one(1) from an expression.
Operator; a pre-increment and post-increment unary
operator that adds 1 to an expression.
A numeric operator used for adding numbers.
Operator (arithmetic); assigns to expression1 the value of
expression1 + expression2
For example, the following two statements have the
same result:
x += y;
x = x + y;
APPENDIX A
Supported ActionScript
Support
Fully supported
Fully supported
Fully supported
Fully supported
Fully supported
Fully supported
Fully supported
Fully supported
25

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

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash mx professional 2004

Table of Contents