http://filebox.vt.edu/~gyanez/flash_test/
Source:
http://filebox.vt.edu/~gyanez/flash_test/source/
Here is what is happening:
After the flash intro plays or the “Skip Intro” Button is pressed a jpeg is loaded externally and revealed from left to right with a mask. After the mask is finished tweening I activate an invisible button that is directly above the loaded jpeg. Whenever the user rolls over the jpeg and therefore the invisible button I make a dynamic text box tween over the bottom right corner of the image (the width and height of the text box are changed depending how much text is put in after reading the external .txt file).
The problem is that if the user rolls the mouse over the text box that tweens into place that the invisible button thinks that the user rolled off the image which forces the text box to tween back out of visibility. I dont want this. I only want the text box to tween out of visibility when the user rolls off the borders of the image and stay there when they rollover the text box since that is contained in the image borders. This problem would be a lot more noticeable if the text that was loaded externally was so much that the text box would be huge and therefore the occurence of teh mouse rolling over the textfield would be greater.
So please help if you guys wouldn’t mind. All the textfield creation adn image loaded in home.fla.
Thanks.