Flash gods i need your help

I’m creating a company web site for my flash course I’m doing ecko clothing (www.ecko.com) and I have some buttons at the bottom such as “mens, womens, etc” Well the effect I want to achieve is that of a rollover effect displaying a “mens shirt, womens shirt, etc” depending on the button that the mouse is over i appearing in the empty white section of the layout. In o ther words I want the picture to display when the cursor is over the mouse not when the button is clicked. How can I achieve this affect it’s quite simple I assume but I’m still a newbie. Thanks in advance.

You can either do a loadMovie into a empty movie clip or level. Or you can do a onRollover goto a frame…That frame containing the image you want. I would lean towards a load movie solution. Do you need help with the code or the concept?

yes help and/or an example would be appreciated :slight_smile: . THanks

Here is a zip file I tried to keep short and sweet (and ugly)…But I think you will get the point. Let me know if you need more

The hit area on the button is a lil screwy do a better job than i did

If you have icq or msn messenger I’d appreciate you adding me msn=jasenpo1@msn.com icq 1830870 I’m really trying to learn flash it would help to know someone who is pretty good with it.

I too am learning but if I can ever help feel free to drop me a PM (Private message) from this board or email me ngalloway9@hotmail.com. This is the best place to learn the folks here are very helpful.

You know guys, it can be much easier to just use a button object and set the rollover, etc. No AS involved :slight_smile: . However, you can use a movie clip with rollOver events, but I assume that is what was in the .zip.

Feel free to PM me anytime :stuck_out_tongue: I’m no god like Lost, but I can do really simple stuff.

Did you try the rollover tutorials on this site?

Can you break it step by step I understand the concept but it’s not working, maybe I’m missing a step.