|
|
 |
FN-FORUM: another flash rollover problem
date posted 1st September 2004 14:36
Hi,
First of all i would like to thank matt for helping me with my rollover tab
issue before i got it working and it works brilliant.
Now I got another small flash prob I am trying to create a map of the UK
that has pin points that tells you where a company is located. When you
rollover these bullets a bubble will appear and show you the company address
and a button linking to another page. When you rollout of the bubble it
should disapear.
On my timeline I have two frames. The first frame has my map as a background
on one layer and a bullet point on my second layer.
My bullet point is a button state which holds this code:
on (rollOver) {
gotoAndStop(2);
}
This links to my second frame which again has a layer with my map and a
layer with my bubble.
This RollOver function works fine untill i put a rollOut state on my bubble.
The bubble is a movieclip within that movie clip I have a button.
If I dont put any code on this bubble MC the button works fine and takes me
to the page I need.
But if I put the code
on (rollOver) {
gotoAndStop(1);
}
then the button within the MC doesnt work. What code would make this work?
Thanks
Rach
_________________________________________________________________
It's fast, it's easy and it's free. Get MSN Messenger today!
http://www.msn.co.uk/messenger
|
 |
|