topical media & game development
actionscript-eventflow-checkbox-CheckboxDemo.ax
actionscript-eventflow-checkbox-CheckboxDemo.ax
[swf]
flex
package {
import flash.display.Sprite;
// Demonstrates the use of the CheckBox class
public class @ax-actionscript-eventflow-checkbox-CheckboxDemo extends Sprite {
public function @ax-actionscript-eventflow-checkbox-CheckboxDemo() {
var c:actionscript_eventflow_checkbox_CheckBox = new actionscript_eventflow_checkbox_CheckBox("Click here");
addChild(c);
}
}
}
(C) Æliens
27/08/2009
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.