Previous Home Next
Macromedia Flash Support Forums Flash Handhelds (English edition)
Webforums.macromedia.com/flash/categories.cfm? Catid=195
Supplement A
Is supported the ActionScript
With this supplement, it explains concerning the command of the Macromedia Flash Lite 1.1 ActionScript.
Action name Explanation Support
/ (Comment Comment. The forefront of script comment is shown. Letter
to before the comment pause letter / the empty future letter is
interpreted as comment.
Completely
support
(Comma Operator. With the separator of two types, value of 2nd
system it returns and makes value.
Completely
support
(Dot Operator. Moving inside movie clip layered structure, the
nest it was done, (the child the movie clip, you use for
accessing variable or the property.
Completely
support
" " (Pause
character string
of string
Pause letter of string. When the double quotation mark is
attached on front and back in the character string, it reaches
literal value, it is not variable, numerical value or other
ActionScript elements, it is regarded the string.
Completely
support
(Decrement Operator. Monadic operator of the pre- increment and the
post increment which pull 1 to formula.
Completely
support
++ (increment) Operator. Monadic operator of the pre- increment and the
post increment which add 1 to formula.
Completely
support
+ (Addition The numerical operator which is used for the addition of
numerical value.
Completely
support
+= (addition
offspring
entrance
Operator (arithmetic operation The value which added
formula 2 to formula 1, is substituted.
Example The next two statements become the same result.
X += Y; X = X + Y;
Completely
support
Action name Explanation
(? Decrease in production
Operator (arithmetic operation You use for mark reversal
or subtraction. When you use for mark reversal, the mark
of numerical type is made opposite. When you use for
subtraction, arithmetic subtraction is done vis-a-vis two
systems, formula 2 subtraction is done from formula 1.
Example 1: The following statement makes the mark of
formula 2 + 3 opposite.
-(2 + 3)
The result becomes in -5.
Example 2: Integer 2 subtraction it does the following
statement from integer 5.
5 - 2
The result
becomes 3.
Komentarze do niniejszej Instrukcji