User Guide

274 ActionScript classes
Method summary
Methods inherited from class Object
_alpha (Button._alpha property)
public _alpha : Number
The alpha transparency value of the button specified by my_btn. Valid values are 0 (fully
transparent) to 100 (fully opaque). The default value is 100. Objects in a button with
_alpha
set to 0 are active, even though they are invisible.
Availability: ActionScript 1.0; Flash Lite 2.0
onKillFocus =
function(newFocus:Object) {}
Invoked when a button loses keyboard focus.
onPress = function() {} Invoked when a button is pressed.
onRelease = function() {} Invoked when a button is released.
onReleaseOutside = function() {} Invoked when the mouse is released with the pointer
outside the button after the mouse button is pressed
with the pointer inside the button.
onRollOut = function() {} Invoked when the button loses focus.
onRollOver = function() {} Invoked when the button gains focus.
onSetFocus =
function(oldFocus:Object) {}
Invoked when a button receives keyboard focus.
Modifiers Signature Description
getDepth() : Number Returns the depth of the button 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)
Event Description