Flash Question
Flash Question
Out of context: Reply #11
- Started
- Last post
- 29 Responses
- jkosoy0
someone on newstoday deserves the credit for this script other than me. unfortunately, i don't know who it is.
i haven't tried this out, so i'd like to know/see the results. keep me posted.
// resize stage when the browser window is scaled
this.onResize = function()
{
this.onEnterFrame = function()
{
this._height = this.-height - (this.-height - Stage.height) * .3);
}
};