Check UR actionscript inside button
on(rollOver){
//display information here
}
on(rollOut){
//clear information here
}
If you post ur movie somewhere, I will give U exact solution
RootDir
Main Topics
Browse All TopicsI have a chart that uses buttons to reveal information when using the mouse rollover. However the information also appears when the mouse is moved to a different area of the scene, even though the rollover area has been created only within the button image. The button slides in - is this likely to cause the rollover area to appear twice, but in different parts of the scene? And how do I get around it?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Thanks for you advice.
If you go to www.pauls-room.com/uk/mona
I am pretty sure that either one of two things is happening:
1. Inside the William III button "hit state", there are a series of small lines over to the right. When inside of the button in the hit state frame, ctrl-a to select all, to double check.
2. There are a series of oddly shaped William III buttons in the year 2000 column. Buttons don't have to be on top to work, they can be hidden under dozens of other layers. Check that area thoroughly. Use movie explorer in Flash to search on buttons, and double click on buttons from inside the explorer view. This will open the button from its current place in the work area, allowing you to find the mystery buttons easily.
First make sure that 'year 2000' button is now working properly. How?
Insert unique id or phrase to this button mouse over actionscript like this
trace("This is year 2000 button");
Now if ur are geting this this string if u roll mouse over 2000 column not on Year 2000 button. Then it is sure that there is something extra inside Year 2000 button. Edit that button and check hit area and other. (Make sure no extra objects with alpha '0').
If U do not see this trace then there must be another invisible buttons. Find and fix actionscript on those buttons.
Still if you need any further help let me know or send me ur fla file rot_d_i_r@hotmail.com (remove _ to avoid spam).
Cheers
RootDir
Business Accounts
Answer for Membership
by: adilkhanPosted on 2003-06-04 at 08:48:36ID: 8649648
Make sure Buttons are not overLapping.
Make sure you define the correct HIT state. You can choose 'edit in place' to see how much area do you want for a specific button