Using buttons to unhide text
April 25, 2008 12:00 AM
Hi,This isn't too difficult to do . You will need one custom variable (I called mine 'clicks') initially set to 0.Then have your lines of text initially not visible (uncheck the initially visible checkbox). I had three lines of text - the first intially visible and the second and third hidden.Then you need your show button with the following actions:Action 1:On: Mouse ClickAction: Modify variableTarget: click (your variable)Value: 1Modification Type: Add to variableAction 2:On: Mouse ClickAction: ShowTarget: Text Block 2 (second line of text)Delay: 0.1 secCondition: Only if click=1Action 3:On: Mouse ClickAction: ShowTarget: Text Block 3 (second line of text)Delay: 0.1 secCondition: Only if click=2Repeat for the number of lines of text you want to show.Hope this helpsAndyEdited By: AndyP on 2008-4-25 9:55:32
Discussions have been disabled for this post