
07.10.2003, 11:21
|
|
Регистрация: Oct 2003
Сообщений: 6
|
Please find the file as attachment (no problem to publish it).
Meanwhile, I think to have solved the problem partly by using the following code for the function under question:
Submenu1.Blind.onrollout = function() {
_root.onEnterFrame = function() {
Submenu1._y += (targetOben-Submenu1._y)/speed;
};
};
With "Submenu1.Blind.onrollout" I call either one of the buttons embedded in the Submenu1 or, as shown currently, I try to access a hotspot to cover the whole area of the Submenu1.
The problem now is how to use this hotspot correctly. If it is put in a layer above the Submenu1-buttons, the least are inoperational. The opposite case (hotspot layer below button layer) leads into the problem that the whole Submenu is flashing or even disappearing when rolling over to another button within it. (in this case the hotspot is inoperational)
Sorry, if this sounds a bit unclear but I think looking into attached file makes the situation clear.
Thanks in advance for the efforts and help.
Regards
SHJ
|