Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm no programmer and use very entry level action script in Flash. Back in the day I used the fscommand - noscale, fullscreen and show menu in as1. I cannot find the equivalent script in AS2 and how to implement it. I'm trying to prevent a project (or swf for that matter) from scaling and distorting bitmaps on stage. I'd like the movie to go full screen but but keep the stage initial size (1024x768). I don't want to use AS3 do to the fact that it messes up another script I use that does work:

tellTarget ("../")
{
gotoAndPlay("Label Name");
}

Any Ideas? Thanks, Josh

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.