i’m working on a drawing tool with the flash drawing methods, but my movie starts to slow down. i’m storing the variables in an xml object and then looping through them onEnterFrame. right now i’m limiting the amount of lines that are drawn to 50.
anyone have any tips on speeding up the drawing methods. as i understand it they are the same methods that flash uses to draw all it’s lines. shouldn’t it be able to render more than 50 lines at a time.
Cool stuff! But it’s not the line drawing that slowing the movie down, it’s the 3D engine…
that’s good news, an ideas on how to speed up my 3d.
i’m running a couple different prototypes on the movie clips, is that slowing it down, or might it be the xml object loop?