Hello,
i think this should be easy but I can’t figure it out.
I doing this presentation and my client wants 4 buttons lined up on the left and when you click one of these buttons an arrow goes and point to another word on the right. Now I can do that on the time line and have each button use the AS
on (release) {
gotoAndPlay(160);
}
and assign each button to a certain point on the timeline but if they have the 4th button pushed and for some reason they want to push the 1st button they don’t want the ending animation of buttons 2-4 to go away.
How can i make a button have it do something and stay on there? If this makes no sense let me know.