Text to pictures
I saw a video on gshelper.com where they were taking a number for the current score and using pictures to make a scrolling score.
I would like to do the same thing but with text.
In my game it chooses a random word but instead of just using "display text" i would like to have it display a picture for each letter. (i have tiles for a-z that will be the pictures)
for example the random word would be "bark" and the tiles with the letters B A R K would come out.
I would like to do the same thing but with text.
In my game it chooses a random word but instead of just using "display text" i would like to have it display a picture for each letter. (i have tiles for a-z that will be the pictures)
for example the random word would be "bark" and the tiles with the letters B A R K would come out.
Comments
So how would i get a random word like "bark" to go to a table and have "b" in column 1 row 1, "a" in column 2 row 1.....ect
thats the only way the video suggestion would work.
Besides that solution I'm not sure what to offer.
You can easily create a csv file in a spreadsheet program and import it as a table in GS.
how else did you think you were going to add the words to the game?