Hello there…
Well, i fill my swf with an extrenal tile picture of certain dimensions by duplicating the movieclip.
The very first time the function ‘loadBackground’ is executed everything
work fine…
Now, using a listener for Stage Resizing,I capture the new values of stage.width + height,
and I call the fucntion again (after I remove all the movie clips), but the new movielclips are placed away from the screen…!
It’s driving me crazy…!
All of the code is in the 1st frame af the main timeline.
The main timeline has only 1 frame.