Watch Class
Class com.blitzagency.xray.Watch
Inheritance
>
Watch
Watch works with DragableMovieClip to add the necessary watchs to the object needing to be dragged. In this way,
we're able to leave the host object's onPress/onRelease code intact and drag the clip around.
Another big thanks to Erik Westra (aka EECOLOR) for this code!!
| Method Summary |
|---|
| private static Function | _functionChanged(prop_str:String, oldVal:Function, newVal:Function, callBack:Function) |
| static Void | |
| static Void | |
_functionChanged
private static function _functionChanged(prop_str:String, oldVal:Function, newVal:Function, callBack:Function):Function
createCallBack
public static function createCallBack(obj:Object, prop_str:String, callBack:Function):Void
removeCallBack
public static function removeCallBack(obj:Object, prop_str:String, callBack:Function):Void
Documentation generated by BLDoc Community Edition from B-Line Express.