![MACROMEDIA Flash Lite 2 Скачать руководство пользователя страница 447](http://html1.mh-extra.com/html/macromedia/flash-lite-2/flash-lite-2_reference_687553447.webp)
MovieClip
447
Methods inherited from class Object
_alpha (MovieClip._alpha property)
public _alpha :
Number
The alpha transparency value of the movie clip. Valid values are 0 (fully transparent) to 100
(fully opaque). The default value is 100. Objects in a movie clip with
_alpha
set to 0 are
active, even though they are invisible. For example, you can still click a button in a movie clip
whose
_alpha
property is set to 0. To disable the button completely, you can set the movie
clip's
_visible
property to false.
You can extend the methods and event handlers of the MovieClip class by creating a subclass.
Availability:
ActionScript 1.0; Flash Lite 2.0
startDrag
([lockCenter:
Boolean
],
[left:
Number
], [top:
Number
],
[right:
Number
], [bottom:
Number
]) :
Void
Lets the user drag the specified movie
clip.
stop
() :
Void
Stops the movie clip currently playing.
stopDrag
() :
Void
Ends a
MovieClip.startDrag()
method.
swapDepths
(target:
Object
) :
Void
Swaps the stacking, or depth level (z-
order), of this movie clip with the movie
clip specified by the
target
parameter, or with the movie clip that
currently occupies the depth level
specified in the
target
parameter.
unloadMovie
() :
Void
Removes the contents of a movie clip
instance.
addProperty (Object.addProperty method)
,
hasOwnProperty
(Object.hasOwnProperty method)
,
isPropertyEnumerable
(Object.isPropertyEnumerable method)
,
isPrototypeOf (Object.isPrototypeOf
method)
,
registerClass (Object.registerClass method)
,
toString
(Object.toString method)
,
unwatch (Object.unwatch method)
,
valueOf
(Object.valueOf method)
,
watch (Object.watch method)
Modifiers
Signature
Description
Содержание Flash Lite 2
Страница 1: ...Flash Lite 2 x ActionScript Language Reference...
Страница 22: ...22 Contents...
Страница 244: ...244 ActionScript language elements...
Страница 760: ...760 ActionScript classes...