Setproperty(); Stop() - MACROMEDIA FLASH 8-FLASH LITE 1.X ACTIONSCRIPT LANGUAGE Reference

Flash lite 1.x actionscript language reference
Hide thumbs Also See for FLASH 8-FLASH LITE 1.X ACTIONSCRIPT LANGUAGE:
Table of Contents

Advertisement

setProperty()

Availability
Flash Lite 1.0.
Usage
setProperty(target, property, value/expression)
Operands
The path to the instance name of the movie clip whose property is to be set.
target
The property to be set.
property
The new literal value of the property.
value
An equation that evaluates to the new value of the property.
expression
Description
Function; changes a property value of a movie clip as the movie plays.
Example
The following statement sets the
property of the
movie clip to 30 percent when
_alpha
star
the user clicks the button associated with this event handler:
on(release) {
setProperty("star", _alpha, "30");
}
See also
getProperty()

stop()

Availability
Flash Lite 1.0.
Usage
stop()
Operands
None.
stop()
39

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-FLASH LITE 1.X ACTIONSCRIPT LANGUAGE and is the answer not in the manual?

Questions and answers

Table of Contents