Button Optimization Possibility?
i have large navigation, consists of mc's buttons inside. these buttons of course have actions onrollover, etc. works great when rollover , should. when move mouse little fast on parts of navigation, mc's stick in states, rather completing action , new button rolled on running it's new action. rolling on else unsticks it. kind of code execute can go fast mouse , gets left behind. there way optimize true statements or maybe trace? or prevent these issues? not huge pro , looked @ files concerning these still wasn't quite sure. isn't huge problem, bit annoying , seems bit sloppy , wondered if knows method in can prevent or run smoother.
make sure use onrollout function
ex:
hitspot.onrollout = function(){
gotoandplay(6);
}
ex:
hitspot.onrollout = function(){
gotoandplay(6);
}
More discussions in ActionScript 1 and 2
adobe
Comments
Post a Comment