go here and roll over the light on the left. Notice that if you roll over it too fast then the button gets "stuck" I've had this problem before but I dont know what the fix is. My .fla is attached if you need it
Thanks so much
Printable View
go here and roll over the light on the left. Notice that if you roll over it too fast then the button gets "stuck" I've had this problem before but I dont know what the fix is. My .fla is attached if you need it
Thanks so much
try this ....Quote:
on (rollOver) {
_root.light.gotoAndPlay(2);
}
on (rollOut) {
_root.light.gotoAndPlay(7)
}
Oh my gosh I LOVE YOU! Thanks. I'm dumb for not seeing that myself but whatev. I'm a newb. Thanks again
You are welcome...:)