topical media & game development
actionscript-example-CustomMousePointerDemo.ax
actionscript-example-CustomMousePointerDemo.ax
(swf
)
[ flash
]
flex
package {
import flash.display.*;
// Demonstrates the use of the CustomMousePointer class.
public class actionscript-example-CustomMousePointerDemo extends Sprite {
private var pointer:CustomMousePointer;
// Constructor
public function actionscript-example-CustomMousePointerDemo () {
// Create a new CustomMousePointer object and add it to the display
// list. The act of adding the CustomMousePointer object to the
// display list automatically replaces the system mouse pointer with
// the CustomMousePointer.
pointer = new CustomMousePointer();
addChild(pointer);
}
}
}
(C) Æliens
20/2/2008
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.