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

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

Advertisement

Action Name
String()
substring()
switch()
tellTarget()
toggleHighQuality()
trace()
unloadMovie()
unloadMovieNum()
while()
Description
Function; returns a string representation of the specified
argument as follows:
If x is Boolean, the return string is true or false.
If x is a number, the return string is a decimal
representation of the number.
If x is a string, the return string is x.
If x is a movie clip, the return value is the target path of the
movie clip in slash (/) notation.
If x is undefined, the return value is an empty string.
String function; extracts part of a string.
Action; creates a branching structure for ActionScript
statements. The switch action tests a condition and
executes statements if the condition returns a value of
true.
Action; Can be used to apply instructions to a particular
Timeline or movie clip. For example, tellTarget can be
assigned to buttons that stop or start movie clips on the
Stage or prompt movie clips to jump to a particular frame.
Action; turns anti-aliasing on and off in Flash Lite.
Antialiasing smooths the edges of objects but results in
slower movie playback. The toggleHighQuality action
affects all movies in Flash Lite.
Action; evaluates the expression and displays the results
in the Output window in test movie mode.
Action; removes a movie from Flash Lite that was
previously loaded or created using the loadMovie or
duplicateMovieClip actions.
Action; removes a movie at a specified level from Flash
Lite that was previously loaded or created using the
loadMovie action.
Action; runs a statement or series of statements
repeatedly in a loop as long as the condition argument is
true.
Support
Not supported
Fully supported
Fully supported
Fully supported
Fully supported
Fully supported
Fully supported
Fully supported
Fully supported
35

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