changing text
deej011
Member Posts: 159
How do i display text in a box than when a button is pressed the text changes to different text?
Comments
There are several ways to do this. Are you just needing to toggle between two sets of text or are you making a system where you can display text1, then text2, then text3, then text4, etc.?
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
You could use an image creating program such as photshop or paint.net to make text and save it as an image. Then you can make a rule that says:
When touch is pressed
Change image to: (file)
I'm doing an RPG game so its for all the dialog in the game and i dont want to do it with images cause im already gonna have way too many images i was really looking for a way just to use the display text attribute.
You can keep doing this for as long as you need the dialog to occur. All the text changes can be in a single actor and be activated during different times in the game.
www.mbstudios.co | Free Stuff
Here is one method of doing text/dialog for an RPG type game:
http://jamie-cross.net/posts/ ✮ Udemy: Introduction to Mobile Games Development ✮ Learn Mobile Game Development in One Day Using Gamesalad ✮ My Patreon Page
Thanks guys that helps alot