# Flash gods i need your help

**URL:** https://forum.kirupa.com/t/flash-gods-i-need-your-help/9099
**Category:** Uncategorized
**Created:** [December 4, 2002, 8:21pm UTC](https://forum.kirupa.com/t/flash-gods-i-need-your-help/9099 "2002-12-04T20:21:51Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![dynastyjp](https://avatars.discourse-cdn.com/v4/letter/d/34f0e0/32.png) [@dynastyjp](https://forum.kirupa.com/u/dynastyjp)
#### Post date: [December 4, 2002, 8:21pm UTC](https://forum.kirupa.com/t/flash-gods-i-need-your-help/9099/1 "2002-12-04T20:21:51Z")

</div>

I’m creating a company web site for my flash course I’m doing ecko clothing ([www.ecko.com](http://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.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [December 4, 2002, 8:52pm UTC](https://forum.kirupa.com/t/flash-gods-i-need-your-help/9099/2 "2002-12-04T20:52:08Z")

</div>

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?

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [December 4, 2002, 9:03pm UTC](https://forum.kirupa.com/t/flash-gods-i-need-your-help/9099/3 "2002-12-04T21:03:05Z")

</div>

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

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [December 4, 2002, 9:57pm UTC](https://forum.kirupa.com/t/flash-gods-i-need-your-help/9099/4 "2002-12-04T21:57:54Z")

</div>

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

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [December 4, 2002, 10:06pm UTC](https://forum.kirupa.com/t/flash-gods-i-need-your-help/9099/5 "2002-12-04T22:06:09Z")

</div>

If you have icq or msn messenger I’d appreciate you adding me [msn=jasenpo1@msn.com](mailto: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.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [December 4, 2002, 11:18pm UTC](https://forum.kirupa.com/t/flash-gods-i-need-your-help/9099/6 "2002-12-04T23:18:38Z")

</div>

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](mailto:ngalloway9@hotmail.com). This is the best place to learn the folks here are very helpful.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [December 5, 2002, 5:11am UTC](https://forum.kirupa.com/t/flash-gods-i-need-your-help/9099/7 "2002-12-05T05:11:05Z")

</div>

You know guys, it can be much easier to just use a button object and set the rollover, etc. No AS involved 🙂 . 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 😛 I’m no god like Lost, but I can do really simple stuff.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [December 5, 2002, 9:13am UTC](https://forum.kirupa.com/t/flash-gods-i-need-your-help/9099/8 "2002-12-05T09:13:01Z")

</div>

Did you try the rollover tutorials on this site?

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [December 5, 2002, 4:05pm UTC](https://forum.kirupa.com/t/flash-gods-i-need-your-help/9099/9 "2002-12-05T16:05:41Z")

</div>

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