AS Coders

Out of context: Reply #4

  • Started
  • Last post
  • 16 Responses
  • AMFA0

    sometimes you cant separate the content completely (because of tweens, etc) but most of the methods are stored in the Control class.

    So if i need to change sections, or load content, its always:

    Control.changeSection("sectionna...

    etc...

    also, for my standard stuff like resizing clips, changing alpha, moving clips, i have predefined methods so i can call:

    Control.Move(targetMC, x, y, moveType)

    Control.Fade(targetMC,newAlpha)

    and I use setIntervals to do all that...

View thread