$#&* Flash

Out of context: Reply #18

  • Started
  • Last post
  • 20 Responses
  • myobie0

    kerus, i looked in your flash file...

    why are the pre1 and the 1 on different layers?

    you can disabled the buttons instead of fading in the graphics, and renable them later...

    also, you may want to consider naming the buttons, and then using an actionscript in first frame of the timeline like:

    myBtn2_btn.onRelease = function() {
    trace( "you clicked : " + this._name );
    };

    to do this however, you need to have your button in every frame on it's layer (so when you don't want to use it, disable it and set _alpha=0, but it has to be there and has to always have the same name...)

    i know you can do it another way, but this is the failproof way...

View thread