I have been trying to figure a solution to this problem. I have a rollover script:
on(rollOver){
gotoAndPlay(“bar in”);
}
on(rollOut){
gotoAndPlay(“bar out”);
}
I use this to open a calendar month, but when the window scrolls open there is a textbox with a scrollbar, because i can only open the window to a limited size. My problem is that this script does not allow me to scroll the bar in the textbox becuase the whole window reads a button. I did this so that when you roll out of the window it would close. Can anyone please tell me how i can activate the scrollbar but still allow me to close the window when you rollout? THANK YOU IN ADVANCE!