Flash Help!
Flash Help!
Out of context: Reply #4
- Started
- Last post
- 5 Responses
- UndoUndo0
if yr button is called myButton you just need to write the code for the button after it has been duplicated
ie. MC1.mybutton.onPress = function(){
// do something
}then after second duplication
MC2.mybutton.onPress = function(){
// do something
}dont 'hard code' script on the actual button itself, just give it a name