Hi, im a little new to flash, and have been using this site to help me on my way to getting familiar with the program, but i seem to have a problem. I was working with the buttons where when you rollover them, it plays a tween from a movie, the example on the site is at:http://www.kirupa.com/developer/flash5/advroll.asp
I have 4 buttons, and all are set up as the example said to do it:
on (rollOver) {
tellTarget ("/rollover") {
gotoAndPlay (“1text”);
}
}
on (rollOut) {
tellTarget ("/rollover") {
gotoAndPlay (“1back”);
}
}
The first 3 buttons are fine, but when rolling over the last button a few times, it seems to activate the other buttons. I would roll over the last one and it looked like i just rolled over the first one.
I have the button tweens separated so they wont all play when activating one, but it still wont work, please help
Thanks