Hi, I am rendering on demand. I have literally just changed the listener from an enterframe to a mousedown totally at a loss as to whats happenening. are mouse events generated by the renderer?
cheers, Corin On Apr 22, 3:54 pm, Fabrice <[email protected]> wrote: > Hi Corin, > What about not adding a listener at all, and render on demand? > But if the Flash player hangs, then you probably have something in > your code, causing endless loop or something... > > Fabrice > > On Apr 22, 2009, at 2:35 PM, corin_w wrote: > > > > > hi all, > > > I want to restrict when render() gets called and so have only been > > calling it when something has changed. simple enough. however if i > > call render from a mouse event listener flash player hangs. is there > > a way around this other than adding an ENTER_FRAME listener to render > > it next frame and then removing it again? > > > cheers, Corin
