Home > Uncategorized > scaleMode in AS2 and AS3

scaleMode in AS2 and AS3

There is abit little change on Scale mode in as3

In as2:

Stage.scaleMode = “noScale”;

In as3:

stage.scaleMode = StageScaleMode.NO_SCALE;

and remember to import the scale mode class in order to make it works

import flash.display.StageScaleMode;

Advertisement
Categories: Uncategorized
  1. MD. Ehsanul Hoque
    February 14, 2011 at 11:56 am | #1

    Thanks…:)

  1. No trackbacks yet.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.