how do I code stage resize with scaling movieclips?
I can do stage resize and position/scale movieclips relative to stage size…
but i don’t how to have a scalable movieclip retain its scale relative to stage size.
how do I code this?
for example, i have a movieclip originally 50px wide, and the stage 100px wide…
when i click the mc, it scales up to 80px wide. and when I resize the stage to 50px,(50% of stage size) i want the mc to scale to 40px too(50% of mc size)… and when I click it again to restore to it’s original size, i want it to scale to 25px(50% of original size). then finally when i scale the stage back to 100px, the mc again is 50px wide.
i hope i made sense… any help and links would be great.