I've got this problem with a little thumbnail viewer I made in Flash. I want it so that when you rollover one of the buttons, it shows some text associated with that button. Here's what I have so far:
I know... it looks like I'm a pro or something. I just followed some tutorial on the internet to get it this far though. I don't even know how to make a loading screen! Would someone kindly help me figure this out? I tried to make some dynamic text with the var dyntxt, and then I added this code to the actions of one of the buttons:
on (rollOver) {
dyntxt = "Project by: Mr. Smith";
}
on (rollOut) {
dyntxt = "Rollover one of the above projects for more information";
}
That doesn't work! Perhaps my actions layer is screwing everything up, but I need that. Perhaps someone could amend my actions layer... or just give me some direction here.
Here's my source stuff (might take a bit to download).