localToGlobal responsive
I have a problem with localToGlobal, by using the responsive publish Settings.
In the stage there is a Movieclip named "car" in this Movieclip ist a nested Movieclip named "wheel"
I want to get the Position of wheel from the view of the stage, so my code is in the first frame of the stage
var p = this.car.wheel.localToGlobal(0,0);
This works fine if you dont publish with responsive size, and the canvas is in the upper left corner of the browser window.
Can you help me?
