flash onResize Q???
flash onResize Q???
Out of context: Reply #3
- Started
- Last post
- 16 Responses
- maximillion_0
you might want to try using parenthesis on yr calcs for example
CENTERpages._y = Stage.height / 2 - CENTERpages._height / 2;
would be
CENTERpages._y = (Stage.height / 2) - (CENTERpages._height / 2);