kikep Posted May 17, 2016 Report Share Posted May 17, 2016 i have 3 buttoms . RUN 100 MTS RUN 200 MTS RUN 300 MTS how i can display a text with RUNNING 100 MTS , RUNNING 200 or RUNNING 300 MTS can be possible. Quote Link to comment Share on other sites More sharing options...
Alexander Posted May 18, 2016 Report Share Posted May 18, 2016 You can use the text element, List of Text by Pointer. This allows a list to be created for text such as Running 100, 200, 300 etc in different rows. Only one set of text will display at a time. This List of Text element is linked to a numeric variable used to display the desired row number. For example if a #0 is entered than it would display the text in row 0 for Running 100. If a #1 is entered it would display Running 200. Each time you press the button store the corresponding row number into the variable in the List of Text element. Quote Link to comment Share on other sites More sharing options...
MVP 2022 Flex727 Posted May 18, 2016 MVP 2022 Report Share Posted May 18, 2016 I think for this situation, you want to use the Binary Text element for each of your 3 buttons. Be sure to check the TOGGLE check box. Quote Link to comment Share on other sites More sharing options...
kikep Posted May 18, 2016 Author Report Share Posted May 18, 2016 Thanks for replay i going to play with and after i done i going to upload the sample...for some body else Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.