Guest_imported
New member
- Jan 1, 1970
- 0
Okay, here's an actionscript brain teaser:<br>I have three symbols:<br> - Text_Symbol_1<br> - Text_Symbol_2<br> - Text_Symbol_3<br>I have three movies:<br> - Text_Movie_1<br> - Text_Movie_2<br> - Text_Movie_3<br>I have three buttons:<br> - Text_Button_1<br> - Text_Button_2<br> - Text_Button_3<br><br>In each of my symbols there is a paragraph of text.<br>In each of my movies there is a motion tween of the corresponding symbol going from <br>Frame1: Alpha 0%<br> motion tween to<br>Frame10: Alpha 100%<br> motion tween to<br>Frame20: Alpha 0%<br>There is a STOP action at Frames 1 and 10.<br>Each of the buttons will control the corresponding movie by using the PLAY action. This results in:<br>On the first click of Text_Button_1, Text_Movie_1 will play and the text will fade in. On the next click the text will fade out.<br><br>I have it working perfectly until I decided that when I click on Text_Button_1 and Text_Symbol_1 appears, I want all of the other visible texts (Text_Symbol_2 and Text_symbol_3) to fade out so that Text_Symbol_1 is all that can be seen on the canvas.<br><br>I have tried everything, its so annoying!!!