I am currently working on a navigation system for my school’s sports page and depending on the link that you rollover, it shows a certain picture. For example, if you had your mouse over the football link, a picture of a football player would fade in and then when you took the mouse off the link, it would fade out. I want it to be like this for every sport… can someone please show me an example of how you would do something like this?
Any help is greatly appreciated, and thanks in advance to anyone who can help me with my problem.
Thats almost exactly what i want, but instead of text showing up, is there any way you could make a picture show up? And depending upon what link you hover over, can you make it show different pictures.
Yeh sure… I just used text becuase it’s easier on the file size :hugegrin: you could have whatever you wanted to come in there on mouseOver, and even mouseOut… You could have text, graphics, external swf files, etc… In order to have specific links call upon specific tellTarget actions you just create how ever many buttons you need for your nav and then you apply the needed images accordingly… If you have a group of images/link titles in mind zip it up and attach it here if you can host it remotley, or just attach them if the size is small enough…
I will try and provide an example for you to go by in executing your intended task…
I attached a simple example of what I think you want… Should give you enough info on how to do this… If not, just let me know…
alright, that helped a lot more, and here is the layout of what i’m doing so feel free to take a look at it. Also i was wondering…instead of using a button to do it, is there a way you could use regular text to do it?
also, do you have AIM or MSN so we can talk more about this?
not sure what you mean by using text oppose to buttons… but yeh, hit me on AIM ‘JVynil’ minus the ‘’ I should be on around 7:30… well, I am on now, but I will be busy with my kid till around that time… just holla then if that’s cool…
I did this again with three objects (links) which trigger three individual tellTarget actions…
Hi Jvynil, what is the AS to make the image stay in place when clicked on. And when you click on another button that button image appears removing the last image one.
well, using the tellTarget method you would just need to specify a stop(); action on the keyframe in which the selected image was at full opacity. it will automatically change when you select another link if you follow the same AS guidelines for each other image…
at least that is what I would do for something simple like this… I am gonna load another .fla for shady, so check that out if you want…
I do not think that he wants them to stop here, but that is a good question… I would have to write up some ActionScript to do that… I have no doubt that it can easily be done… If I get to that I will def. let you know what I come up with…
This is very helpful. Seems like I may be able to apply this to what I’m trying to do here. I know I need to write some different AS since I only have one button and I want it to basically play the “out” portion before it plays the new “in” portion. If you could help me, I’d really appreciate it.