Good day all,
I'm loading external jpg files and have lost control of their placement in the movie relative to _x and _y and I'm not sure why this is.
My two variables are set to:
var MyImagesHolderX = 22;
var MyImagesHolderY = 75;
And called like this:
MyImagesHolder._x = MyImagesHolderX;
MyImagesHolder._y = MyImagesHolderY;
No matter what I change the values to the jpg files always go to _x = 0, _y = 0.
Would this be enough information to obtain help on or do I need to explain it in a different way perhaps?
Thanks,
FSEdge
I'm loading external jpg files and have lost control of their placement in the movie relative to _x and _y and I'm not sure why this is.
My two variables are set to:
var MyImagesHolderX = 22;
var MyImagesHolderY = 75;
And called like this:
MyImagesHolder._x = MyImagesHolderX;
MyImagesHolder._y = MyImagesHolderY;
No matter what I change the values to the jpg files always go to _x = 0, _y = 0.
Would this be enough information to obtain help on or do I need to explain it in a different way perhaps?
Thanks,
FSEdge