flash listener blues ;-(
flash listener blues ;-(
Out of context: Reply #2
- Started
- Last post
- 3 Responses
- urban100
i tested the code you posted on a button component instance and it worked. if you are using a movieclip as a button, you have to use myButton.onRelease/onPress rather than listener.click, or use the Delegate class if you're having scoping issues.