make my buttons work?
make my buttons work?
Out of context: Reply #1
- Started
- Last post
- 3 Responses
- UndoUndo0
your on the right track. use the variable as a switch. if its one state do something, if its another do something else. evrytime to click one of the buttons switch the state.
tip: dont use tellTarget anymore instead use _root.yourMCname.gotoAndPlay(2) etc for example