Hello to everybody
I need to do a little swf for a webpage that show a map
the idea was to create on mouseover a Roll In and with a mouseout a Roll Out.
so i downloaded the template from kirupa, Complex Button RollOver/RollOut Effect
i personalized to my needs and it works fine
at the end of the roll in the zoom in should stop and i have three buttons who send me to other three sites
when i put the button on the stage this will not work…
probably is the code of the complexbutton who blocks the other buttonfunction…
im getting mad trying some possibilitys but nothing will work
somebody knows who it works? help me please? i need to clear it as quickly it possible.
an example of who i need to do the swf is on the site http://www.alto-adige.com/
i post the code of the complexbutton
stop();
this.onEnterFrame = function(){
if(rewind == true){
prevFrame();
}
}
this.onRollOver = function(){
rewind = false;
play();
}
this.onRollOut = function(){
rewind = true;
}
and the link to my site where you can download the source .fla
link:
http://www.niores.com/complexbutton.fla
(until now i put just one button to try)
thank you very very much