Tag: Button
button click handler with alert window using AS3
by jlagunas on Jul.22, 2008, under Actionscript
The following example shows you how to listen for a button click and show an alert window using actionscript 3.
button click handler with alert window
by jlagunas on Jul.22, 2008, under Actionscript
The following example shows you how to listen for a button click and show an alert window.
Skinning a Button
by jlagunas on Jun.03, 2008, under Skinning
The following example shows you how to apply a background image to a button based on its current state. (Note: To view the disabled skin just add enabled=”false” to your button)
