Alpha (Movieclip._Alpha Property) - MACROMEDIA FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE Reference

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

Advertisement

Modifiers
Signature
startDrag([lockCenter:Boolean],
[left:Number], [top:Number],
[right:Number], [bottom:Number]) :
Void
stop() :
stopDrag() :
swapDepths(target:Object) :
unloadMovie() :
Methods inherited from class Object
addProperty (Object.addProperty
(Object.hasOwnProperty
(Object.isPropertyEnumerable
method),
registerClass (Object.registerClass
(Object.toString
(Object.valueOf
method),

_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
active, even though they are invisible. For example, you can still click a button in a movie clip
whose
property is set to 0. To disable the button completely, you can set the movie
_alpha
clip's
property to false.
_visible
You can extend the methods and event handlers of the MovieClip class by creating a subclass.
Availability: ActionScript 1.0; Flash Lite 2.0
Void
Void
Void
method),
method),
isPropertyEnumerable
method),
method),
unwatch (Object.unwatch
watch (Object.watch method)
Description
Lets the user drag the specified movie
clip.
Stops the movie clip currently playing.
Ends a MovieClip.startDrag()
method.
Swaps the stacking, or depth level (z-
Void
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.
Removes the contents of a movie clip
instance.
hasOwnProperty
isPrototypeOf (Object.isPrototypeOf
method),
toString
method),
valueOf
set to 0 are
_alpha
MovieClip
447

Advertisement

Table of Contents
loading

Table of Contents