Answered
setting x and y properties according to stage.
Hello, I need to assign a symbol that is added dynamically in a symbol, x and y coordinates (that are from the main timeline).
Hello, I need to assign a symbol that is added dynamically in a symbol, x and y coordinates (that are from the main timeline).
Subtract the x/y coordinates of the symbol that holds the dynamically added symbol from the desired x/y coordinates (relative to the stage)...
addedMC.x = stageXDesired - parentMC.x;
addedMC.y = stageYDesired - parentMC.y;
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.