# AS2 to AS3 form of this code: \[Stage.scaleMode="noScale";\]?

**URL:** https://forum.kirupa.com/t/as2-to-as3-form-of-this-code-stage-scalemode-noscale/319780
**Category:** Uncategorized
**Created:** [March 4, 2011, 2:29am UTC](https://forum.kirupa.com/t/as2-to-as3-form-of-this-code-stage-scalemode-noscale/319780 "2011-03-04T02:29:06Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![liner986](https://avatars.discourse-cdn.com/v4/letter/l/bbce88/32.png) [@liner986](https://forum.kirupa.com/u/liner986)
#### Post date: [March 4, 2011, 2:29am UTC](https://forum.kirupa.com/t/as2-to-as3-form-of-this-code-stage-scalemode-noscale/319780/1 "2011-03-04T02:29:06Z")

</div>

hey,

in flash AS1,2 you just input this code

Stage.scaleMode=“noScale”;

on a frame of the main stage to prevent scaling of movieclips on fullscreen.  
I tried the same thing in AS3 and its not working for me. so my question is how would i apply this in AS3?

cheers

oh, and also the Stage.align = “yx”;
