PointConverter Class

Class com.blitzagency.util.PointConverter

Inheritance > PointConverter

Constructor Summary
 private  
Property Summary
 static PointConverter 
 Function 
Author: John Grden Returns a point object to determine the _x and _y positions of a specified MovieClip relative to another.
 Function 
 Function 
Method Summary
 static PointConverter 
 static Object 
 localToLocal(from:MovieClip, to:MovieClip)
Constructor Detail
PointConverter
private function PointConverter()
Property Detail
_instance
public static var _instance:PointConverter;
addEventListener
var addEventListener:Function;
Author: John Grden Returns a point object to determine the _x and _y positions of a specified MovieClip relative to another.
Parameters:
from
MovieClip the movie clip that you want to map or place.
to
MovieClip the movie clip who's coordinates you want to match
dispatchEvent
var dispatchEvent:Function;
removeEventListener
var removeEventListener:Function;
Method Detail
getInstance
public static function getInstance():PointConverter
localToLocal
public static function localToLocal(from:MovieClip, to:MovieClip):Object



Documentation generated by BLDoc Community Edition from B-Line Express.