How Do You Do Lives
Im working on The Impossible Quiz and do not know how to set up lives. I know you can use a counter to represent lives but how do you actual represent lives with certain dialogue boxes. For example if the current value which I don't understand either is 3 it will pull up the text box with the number 3. How do you decrease that variable associated with the counter. If anybody can help please do.
-
How to use counters: https://www.youtube.com/watch?v=YgL4BamlqQg&feature=youtu.be
Place a number displayer gadget to actually display the number.
The counter has a current value you can wire into other gadgets. And the number displayer has an input you can wire into that sets what number to display. So you can just add a wire from the counter's current value to the number displayer's "number to display."
Please sign in to leave a comment.