I complicated things a "bit"the thing is i have a Main class in which i add another let's say ClassA in which i add another let's say ClassB. All theese classes extend Sprite class. Now, i am in a ClassB code in which i try to position ExampleMc movie clip so in ClassB i have the following line:
And now i am trying to position ExampleMc:Code:addChild(ExampleMc):
but relative to global stage coordinates. What is the right way to do that?Code:ExampleMc.x = ExampleMc.y =
Thanks,
Best regards




the thing is i have a Main class in which i add another let's say ClassA in which i add another let's say ClassB. All theese classes extend Sprite class. Now, i am in a ClassB code in which i try to position ExampleMc movie clip so in ClassB i have the following line:
Reply With Quote