A really simple useful script to know the Clip’s position compared to the Stage :
trace((myClip as DisplayObject).localToGlobal(new Point()).y); |
A really simple useful script to know the Clip’s position compared to the Stage :
trace((myClip as DisplayObject).localToGlobal(new Point()).y); |