Selective Scaling

Does anyone have any thoughts on how to protect a single movie clip from scaling on a stage that is set to be 100% x 100%? I know that by adding “Stage.scaleMode = “noScale”;” I can stop everything from scaling, but the problem is that I want everything to scale except for one mc.

I tried altering that code to use the instance name of the movie clip rather than stage, but it didn’t seem to work.