manitu.hu
01-12-2006, 05:30 PM
I got a strange problem. But maybe known for others.
On a map I had to place several movie-buttons.
When mouse rolls on, a small flag comes up, and on roll-out it should disappear.
But it doesn't sometimes.. (specially if mouse is moved fast)
here's a link, it will be easier to see: http://dev.cbre.hu/index.php?lang=en
(down-right corner click on the grey 'Navigator - search on map' JPG then it comes up in a pop-up - if you choose 2nd or 5th district there are really lot of dots in the next movie, there the problem is unfortunatly obvious..).
all dots and flags are movies in a button.
the code:
on (rollOver) {
gotoAndPlay("mv");
}
on (rollOut) {
play();
}
on (release) {
getURL ($url);
}- this last one is for the data of the URL and the name, it should stay.
has anybody have seen this problem? any solutions on this? (apart from moving the mouse slower..)
should I use something instead of rollOver - rollOut?
Thanks very much for the help..
On a map I had to place several movie-buttons.
When mouse rolls on, a small flag comes up, and on roll-out it should disappear.
But it doesn't sometimes.. (specially if mouse is moved fast)
here's a link, it will be easier to see: http://dev.cbre.hu/index.php?lang=en
(down-right corner click on the grey 'Navigator - search on map' JPG then it comes up in a pop-up - if you choose 2nd or 5th district there are really lot of dots in the next movie, there the problem is unfortunatly obvious..).
all dots and flags are movies in a button.
the code:
on (rollOver) {
gotoAndPlay("mv");
}
on (rollOut) {
play();
}
on (release) {
getURL ($url);
}- this last one is for the data of the URL and the name, it should stay.
has anybody have seen this problem? any solutions on this? (apart from moving the mouse slower..)
should I use something instead of rollOver - rollOut?
Thanks very much for the help..