Hi i am new to the forums and i'm looking for some help with a current project.
i am basically making a website called www.noised.co.uk, feel free to take a look to see what my problem is and don't judge me on the images etc it has not been optimized as of yet.
but as you will be able to see when my screen re sizes the redraw is awfully slow. in AS2 i used updateAfterEvent()
but as i understand you can only use this under a mouse or timer event (and another but i cannot remember which) all three of which i am not using to call my re sizer, i am using:
stage.addEventListener(Event.RESIZE, resizer)
so my question is how can i make this redraw a nice, smoother effect?