Load my Scenes Faster?
adambowker98
Member Posts: 57
I am making a fast-paced game with GameSalad. Basically, a picture pops up on screen of either a turtle or a hare and you have 1/2 of a second to decide which one it is and press the correct button. If you get it right, a randomly-generated scene comes up with another image. The only problem is, each scene takes about 2 seconds to load - so the timer runs out before the scene even loads and you get immediate game over.
Does anyone have any tips or tricks to help images load faster? The way the game is designed, there can't be any delay.
Thanks,
Adam
Does anyone have any tips or tricks to help images load faster? The way the game is designed, there can't be any delay.
Thanks,
Adam
Comments
I am currently coding this exact app for a client. If you'd like some (paid) help, send me a PM.
New to GameSalad? (FAQs) | Tutorials | Templates | Greenleaf Games | Educator & Certified GameSalad User
Change attribute self.Image to blahblah.png, and maybe keep the image names in a table and randomize the table index.
Cheers
There's a major update coming soon
Maybe in a future update I will make it one scene and use the "Change Image" attribute.