Change value of Text Displayer at Game-time
I can't figure out how to set what text is being displayed at game-time. Also, how would I go about concatenating text together (eg. "a" + "b" = "ab")?
-
You cant change the text that is displayed on a text gadget during gameplay. We get around this by turning different gadgets off and on.
Thats how we would display a+b too. I would place a & b next to each other so that it looks like ab.
You can change the number displayed on the number gadget during run time though. -
Oh, okay. Thanks.
Please sign in to leave a comment.