dsdsdsdsd
10-25-2008, 10:12 PM
hello;
I have:
function handle_enterframe()
{ trace( stage.width ) ;
}
in my document props I have width set to 640, but my trace command keeps giving different values:
723
810
715
794
...
there are mcs offstage, that are being removed/added which is causing the changes;
QUESTION: why does my stage.width care if there are mcs offstage?
thanks
Shannon
I have:
function handle_enterframe()
{ trace( stage.width ) ;
}
in my document props I have width set to 640, but my trace command keeps giving different values:
723
810
715
794
...
there are mcs offstage, that are being removed/added which is causing the changes;
QUESTION: why does my stage.width care if there are mcs offstage?
thanks
Shannon