flash onResize Q???
flash onResize Q???
Out of context: Reply #11
- Started
- Last post
- 16 Responses
- maximillion_0
yr code should throw an error - theres a double dot
CENTERpages.componentname.._y = Stage.height / 2 -
should be
CENTERpages.componentname._y = Stage.height / 2 -and what kult means is something like this
var sw:Number = Stage.width/ 2
and then replace all the other calculations of "stage width/2"with "sw"