ActionScript : ActionScript Classes : MovieClip
Context of the notion in the technology: Document / Topc: ActionScript Document / Topc: ActionScript Classes
Related Keywords: Action Script Action Script Classes Movie Clip
Help URL: http://livedocs.macromedia.com/flash/8/main/00002436.html
Items Related to MovieClip
Inner Elements of MovieClip
MovieClip contains following items:
- _alpha (alpha)
- blendMode (blend Mode)
- cacheAsBitmap (cache As Bitmap)
- _currentframe (currentframe)
- _droptarget (droptarget)
- enabled
- filters
- focusEnabled (focus Enabled)
- _focusrect (focusrect)
- _framesloaded (framesloaded)
- _height (height)
- _highquality (highquality)
- hitArea (hit Area)
- _lockroot (lockroot)
- menu
- _name (name)
- opaqueBackground (opaque Background)
- _parent (parent)
- _quality (quality)
- _rotation (rotation)
- scale9Grid (scale Grid)
- scrollRect (scroll Rect)
- _soundbuftime (soundbuftime)
- tabChildren (tab Children)
- tabEnabled (tab Enabled)
- tabIndex (tab Index)
- _target (target)
- _totalframes (totalframes)
- trackAsMenu (track As Menu)
- transform
- _url (url)
- useHandCursor (use Hand Cursor)
- _visible (visible)
- _width (width)
- _x (x)
- _xmouse (xmouse)
- _xscale (xscale)
- _y (y)
- _ymouse (ymouse)
- _yscale (yscale)
- attachAudio (attach Audio)
- attachBitmap (attach Bitmap)
- attachMovie (attach Movie)
- beginBitmapFill (begin Bitmap Fill)
- beginFill (begin Fill)
- beginGradientFill (begin Gradient Fill)
- clear
- createEmptyMovieClip (create Empty Movie Clip)
- createTextField (create Text Field)
- curveTo (curve To)
- duplicateMovieClip (duplicate Movie Clip)
- endFill (end Fill)
- getBounds (get Bounds)
- getBytesLoaded (get Bytes Loaded)
- getBytesTotal (get Bytes Total)
- getDepth (get Depth)
- getInstanceAtDepth (get Instance At Depth)
- getNextHighestDepth (get Next Highest Depth)
- getRect (get Rect)
- getSWFVersion (get SWF Version)
- getTextSnapshot (get Text Snapshot)
- getURL (get URL)
- globalToLocal (global To Local)
- gotoAndPlay (goto And Play)
- gotoAndStop (goto And Stop)
- hitTest (hit Test)
- lineGradientStyle (line Gradient Style)
- lineStyle (line Style)
- lineTo (line To)
- loadMovie (load Movie)
- loadVariables (load Variables)
- localToGlobal (local To Global)
- moveTo (move To)
- nextFrame (next Frame)
- play
- prevFrame (prev Frame)
- removeMovieClip (remove Movie Clip)
- setMask (set Mask)
- startDrag (start Drag)
- stop
- stopDrag (stop Drag)
- swapDepths (swap Depths)
- unloadMovie (unload Movie)
- onData (on Data)
- onDragOut (on Drag Out)
- onDragOver (on Drag Over)
- onEnterFrame (on Enter Frame)
- onKeyDown (on Key Down)
- onKeyUp (on Key Up)
- onKillFocus (on Kill Focus)
- onLoad (on Load)
- onMouseDown (on Mouse Down)
- onMouseMove (on Mouse Move)
- onMouseUp (on Mouse Up)
- onPress (on Press)
- onRelease (on Release)
- onReleaseOutside (on Release Outside)
- onRollOut (on Roll Out)
- onRollOver (on Roll Over)
- onSetFocus (on Set Focus)
- onUnload (on Unload)
ActionScript is an ECMAScript-based programming language used for scripting Macromedia Flash movies and applications. Since both ActionScript and JavaScript are based on the same ECMAScript syntax, fluency in one theoretically translates easily to the other. However, while JavaScript's DOM is browser window, document and form centric, the ActionScript DOM is movie centric, which may include animations, audio, text and event handling. -- wikipedia.org
|