simple flash question(?)
simple flash question(?)
Out of context: Reply #1
- Started
- Last post
- 6 Responses
- PonyBoy0
if the button's sitting on the main timeline as you say... all you need is the below...
on (release) {
gotoAndPlay("76");
}
if the button's sitting on the main timeline as you say... all you need is the below...
on (release) {
gotoAndPlay("76");
}