ActionScript : ActionScript Classes : Button

Context of the notion in the technology: Document / Topc: ActionScript
Document / Topc: ActionScript Classes
Related Keywords: Action Script Action Script Classes Button
Help URL: http://livedocs.macromedia.com/flash/8/main/00001984.html


Items Related to Button

Inner Elements of Button

Button contains following items:
  • _alpha (alpha)
  • blendMode (blend Mode)
  • cacheAsBitmap (cache As Bitmap)
  • enabled
  • filters
  • _focusrect (focusrect)
  • _height (height)
  • _highquality (highquality)
  • menu
  • _name (name)
  • _parent (parent)
  • _quality (quality)
  • _rotation (rotation)
  • scale9Grid (scale Grid)
  • _soundbuftime (soundbuftime)
  • tabEnabled (tab Enabled)
  • tabIndex (tab Index)
  • _target (target)
  • trackAsMenu (track As Menu)
  • _url (url)
  • useHandCursor (use Hand Cursor)
  • _visible (visible)
  • _width (width)
  • _x (x)
  • _xmouse (xmouse)
  • _xscale (xscale)
  • _y (y)
  • _ymouse (ymouse)
  • _yscale (yscale)
  • getDepth (get Depth)
  • onDragOut (on Drag Out)
  • onDragOver (on Drag Over)
  • onKeyDown (on Key Down)
  • onKeyUp (on Key Up)
  • onKillFocus (on Kill Focus)
  • onPress (on Press)
  • onRelease (on Release)
  • onReleaseOutside (on Release Outside)
  • onRollOut (on Roll Out)
  • onRollOver (on Roll Over)
  • onSetFocus (on Set Focus)


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

Home