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