Show images While Waiting for Game To Load (Question)
just a quick 1 i want to be able to show a random image while waiting for my game to load not 100% sure how to do it.
any ideas
thanks
any ideas
thanks
Comments
You could just say -
change attribute 'game.randomimage to random(1,5)' (change the 5 depending on how many random images there are
And then on the button that starts loading the next scene just put -
If attribute game.randomimage = 1 then spawn actor 'YOUR IMAGE'
If attribute game.randomimage = 2 then spawn actor 'YOUR OTHER IMAGE'
etc AND then put
Timer- After 0.1s change scene.
That will make your random image appear before the next scene loads.
Not to sure if their is an simple way, i have never really tried this.
J.O
But instead of spawning yes your way would be better.
J.O
cant use this tenrdrmer as i already have other things controlling the camera plus scene wrap i can however use this but is there a code to add to this for non repeating
thanks