Flash Alpha & Motion Tween

Out of context: Reply #24

  • Started
  • Last post
  • 28 Responses
  • unfittoprint0

    the prototype function will become available to all MC's [inclunding new ones, loaded ones, attached ones, etc...]

    you'll just have to use the function with your desired _alpha value, like:
    targetMC.fade(100) or targetMC.fade(0) or targetMC.fade(25)

    off course, if you want something to fade from 0 to 100, your target should have its _alpha=0.

    //so you'll have
    targetMC._alpha=0
    //& then
    targetMC.fade(100)

    It was this small part I've included in Ushock's code...

View thread