I am making a website using a fullscreen SWF. I already no how to make objects not scale and use listeners to repoistion them, etc., but I've run across any interesting question.

I want to have a MC running along a motion guide. I want the motion guide itself to scale to the size of the browser window, but have the MC stay the same size (not scale).

I was thinking if I had a MC (let's call it "total") that contained the guide and animated MC (let's call it "ball"), I could tell actionscript to scale "total" but not scale "ball", and that would cause the guide to scale but "ball" to not scale. However, I havn't had any luck getting this to work.

Does anyone have ideas?