Parameters
- The instance name of a movie clip to be a mask. This can be a String or a
mc:Object
MovieClip.
Example
The following code uses the
movie clip to mask the
movie
circleMask_mc
theMaskee_mc
clip:
theMaskee_mc.setMask(circleMask_mc);
_soundbuftime (MovieClip._soundbuftime property)
public _soundbuftime : Number
Specifies the number of seconds a sound prebuffers before it starts to stream.
Note: Although you can specify this property for a MovieClip object, it is actually a global
property that applies to all sounds loaded, and you can specify its value simply as
. Setting this property for a MovieClip object actually sets the global property.
_soundbuftime
Availability: ActionScript 1.0; Flash Player 6
See also
_soundbuftime property
startDrag (MovieClip.startDrag method)
public startDrag([lockCenter:Boolean], [left:Number], [top:Number],
[right:Number], [bottom:Number]) : Void
Lets the user drag the specified movie clip. The movie clip remains draggable until explicitly
stopped through a call to
, or until another movie clip is made
MovieClip.stopDrag()
draggable. Only one movie clip at a time is draggable.
You can extend the methods and event handlers of the MovieClip class by creating a subclass.
Availability: ActionScript 1.0; Flash Player 5
Parameters
[optional] - A Boolean value that specifies whether the draggable
lockCenter:Boolean
movie clip is locked to the center of the mouse position (
), or locked to the point where
true
the user first clicked the movie clip (
).
false
[optional] - Value relative to the coordinates of the movie clip's parent that
left:Number
specify a constraint rectangle for the movie clip.
MovieClip
925
Need help?
Do you have a question about the FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE and is the answer not in the manual?