flashdunce
Technical User
OK i have a button that i want to apply 2 actions to. here are the codes
on (release) {gotoAndStop(36);
}
and the other code is
on (release) {
loadMovie("driver4.1 final copy.jpg","empty")
}
Now how would i properly combine theese 2 actions into 1 button? thanks
on (release) {gotoAndStop(36);
}
and the other code is
on (release) {
loadMovie("driver4.1 final copy.jpg","empty")
}
Now how would i properly combine theese 2 actions into 1 button? thanks