bowser1111
02-14-2008, 07:53 AM
Does anyone else experience the problem of overhead in Flash Actionscript that they can't account for?
I have nearly 25K of unaccountable Actionscript in Frame 1, Scene 1.
I'm including "mc_tween2.as", which is about 6k...the rest is very small and is just basic Actionscript function definitions.
I am using Math.round and some drawing functions (moveTo, lineTo, curveTo). Could these be adding that much overhead? The Bandwidth Profiler seems to not always know what it's doing either because it sometimes reports the filesize wrong...
I have nearly 25K of unaccountable Actionscript in Frame 1, Scene 1.
I'm including "mc_tween2.as", which is about 6k...the rest is very small and is just basic Actionscript function definitions.
I am using Math.round and some drawing functions (moveTo, lineTo, curveTo). Could these be adding that much overhead? The Bandwidth Profiler seems to not always know what it's doing either because it sometimes reports the filesize wrong...