AS3 Question...

  • Started
  • Last post
  • 1 Response
  • Boz0

    components already have their own events and methods defined.
    You have to look into help file for that component and see if it has onComplete or similar events available.

    You can overwrite class methods and events naturally in AS3 but components are already packaged classes so you have to rely on them.

    What's the component you dragged onto the stage?