[COLOR=DimGray][SIZE=2][FONT=Verdana]Hi all----
—I’ve acctualy posted this question before. But nobody anwsered, so I thought I’d give it a shoot agian :snug:
Here’s the thing. I did the infinite menu tutorial, and that works just fine. BUT I want the menu to stop when you roll over it… I got the AS for that[/FONT][/SIZE][/COLOR]
on (rollOver){
speed=0;
}
on (rollOut){
speed=1/100;
}
[COLOR=Red][SIZE=1]FONT=Verdana[/FONT][/SIZE][/COLOR]
[COLOR=DimGray][SIZE=2][FONT=Verdana]So now the menu stoped rolling side to side, but now the buttons don’t work anymore :jail: dont realy get it… anybody :crazy:[/FONT][/SIZE][/COLOR]