OnRelease in MX?
OnRelease in MX?
Out of context: Reply #4
- Started
- Last post
- 5 Responses
- connerd0
why aren't you just using on()'s attached to the buttons?
on(release) {
gotoAndStop(1);
}on(rollOut) {
etc
}
why aren't you just using on()'s attached to the buttons?
on(release) {
gotoAndStop(1);
}
on(rollOut) {
etc
}