Movie Clip Buttons
Movie Clip Buttons
Out of context: Reply #1
- Started
- Last post
- 2 Responses
- ********0
have you given the clips a name... e.g... myButton_mc
just do...
myButton_mc.onPress = function() {
trace ("I was clicked")
}unless you're doing AS3.0 or something... then its all together different