haXe API Documentation
Back | Index
extern class flash.display.Sprite
extends DisplayObjectContainer
Available in flash9
var buttonMode : Bool
var dropTarget(default,null) : DisplayObject
var graphics(default,null) : Graphics
var hitArea : Sprite
var soundTransform : flash.media.SoundTransform
var useHandCursor : Bool
function new() : Void
function startDrag(?lockCenter : Bool, ?bounds : flash.geom.Rectangle) : Void
var startTouchDrag : touchPointID : Int -> ?lockCenter : Bool -> ?bounds : flash.geom.Rectangle -> Void
function stopDrag() : Void
var stopTouchDrag : touchPointID : Int -> Void
Back | Index