flash buttons q

Out of context: Reply #1

  • Started
  • Last post
  • 11 Responses
  • unfittoprint0

    better:

    #1 create a MovieClip button:

    #2 inside it create a dynamic textfield, name it textBox.

    #3 on the symbol's action layer write:
    textBox.text = varText;

    #in the lybrary panel, right click the symbol, and enter xcomponent definition. use:

    Label as the variable name
    myVar as the variable

    then everyytng you'll have to do is put your symbol in the stage, in the proeprties box click parameters and insert whatever text you want your button to be labeled.

View thread