A similar question. To simplfy things I have created a script file for each table with the relevant actionscript functions for the table in the file.
i.e.
<mx:Script source="CenterScript.as" />
<mx:Script source="SquareScript.as" />
<mx:Script source="LocaScript.as" />
etc etc
Is this a common way to handle script complexity as an application grows?
The app only uses a couple of components so there is a fair bit of actionScript
code tied to the main app file.
Thanks
Dan Pride

