all groups > flash actionscript > november 2006 >
You're in the

flash actionscript

group:

Controling a button


Controling a button jake1471
11/13/2006 6:57:55 PM
flash actionscript: How can i control a button symbol from actionscript within a timeline frame?
I have tried to to find some scripts but there not what i want.

Re: Controling a button S4Potential
11/13/2006 9:55:22 PM
What do you mean by "Control a Button?"

A button is not a movieclip. You cannot tell a button to gotoAndPlay() a frame.

Check help for what can be done with a button. What you'll see is what you'll
get.

You can put movieclips inside the different states of a button but you cannot
access those movieclips with code. Nor can you change the value of a dynamic
textfield inside a button.

The button timelines are not accessible to actionscript in anyway.

YD.
AddThis Social Bookmark Button