stop()
39
setProperty()
Availability
Flash Lite 1.0.
Usage
setProperty(
target
,
property
,
value/expression
)
Operands
target
The path to the instance name of the movie clip whose property is to be set.
property
The property to be set.
value
The new literal value of the property.
expression
An equation that evaluates to the new value of the property.
Description
Function; changes a property value of a movie clip as the movie plays.
Example
The following statement sets the
_alpha
property of the
star
movie clip to 30 percent when
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.
Summary of Contents for FLASH 8-FLASH
Page 1: ...Flash Lite 1 x ActionScript Language Reference...
Page 6: ...6 Contents...
Page 46: ...46 Flash Lite Global Functions...
Page 62: ...62 Flash Lite Properties...
Page 76: ...76 Flash Lite Statements...
Page 110: ...110 Flash Lite Operators...
Page 162: ...162 Index...