flash question
flash question
Out of context: Reply #4
- Started
- Last post
- 11 Responses
- b34r0
Duplicate the button... (n) times
Give it an ID during the duplication...
Use the onPress() to call a function on the main timeline.
In that function, pass in the ID as an argument.
use a switch/case or if/else statment to work out which button was pressed.
hope that helps... :P