Basic Storytelling Game
Hello Everyone,
Hope someone could help me out here as this is my very first day adventure on writing my own game and the best part is, it seems a lot more possible to accomplish with GameSalad.
I would like to create a storytelling game, very basic stuff only text will be changing and a bit of images change as well. All users need to do is keep pressing enter or touching their mobile device and as a result, the text will be changing, telling the story. Is there any tutorial that I can lookup to speed up my development ?
I tried the basic tutorial and I thought KEY DOWN was my answer but I realized whenever the key is released, the text disappear again. Hope someone could help me guide in this new arena. Thanks all !
Comments
I don't know of any specific tutorials but I've put together a quick demo for you. This uses a Table to hold the text associated with each image. Note the names of each image in the Image Tab, they are named 'image-1', 'image-2' etc. Each time the button is pressed a new image and it's text will show on screen.
http://jamie-cross.net/posts/ ✮ Udemy: Introduction to Mobile Games Development ✮ Learn Mobile Game Development in One Day Using Gamesalad ✮ My Patreon Page
Whoops ! Thanks a lot ! I'm still not getting to the table of the tutorial and I thought attribute was my answer and ended up creating a lot of attributes instead of rows in table. Thanks !