external code

Out of context: Reply #3

  • Started
  • Last post
  • 13 Responses
  • emecks0

    what you can do, and this is cool as fuck by the way, is instead of using external AS files and importing a number of them, make a number of SWFs that contain your custom classes etc.. then load the SWFs into any SWF where you need these functionalities..

    so lets say for arguements sake that you have a custom class which moves movieClip across the stage, export the SWF containing this and import it into any SWF where you want to move an MC across the stage... .this way if you want to change it at any time you can re-export only the SWFs you need...

View thread