Can somebody find it?
.fla file
Don’t use tellTargets. What version of flash are you using? If you want to do rollOvers then script it.
on (rollOver) {
your action in here…
}
on (rollOut) {
your action in here…
}
Flash MX
it is said here to use “TellTarget”
Tutorial
That was all in the Flash 5 section.
See in the URL
http://www.kirupa.com/developer/flash5/advroll.htm
Look specifically for Flash MX tutorials. TellTargets became very outdated when MX came out.