I've created a simple UI scene to keep track of my pick up items. Basically every time I pick up an apple it's supposed to show a little icon on my screen using a ui scene. Then when I pick up the 2nd apple it shows the 2nd ui scene with 2 apples and so on and so on.
I'm able to go to the first apple and pick it up. but what happens is the screen gets stuck with UI scene of the apple displayed until I hit the esc key and only then I'm able to resume playing again. Also when I hit esc the apple UI scene disappears.
So my question is how do I set up the UI scenes so they remain on screen and be able to continue playing?
I'm following the udk top down tutorial but it does not actually tell you how to create any of the UI scenes for it.
I know how to create UI scenes I've already done the simple udk UI scene tutorial. But that one involved hitting a button on the Ui scene to resume playing.
I'm able to go to the first apple and pick it up. but what happens is the screen gets stuck with UI scene of the apple displayed until I hit the esc key and only then I'm able to resume playing again. Also when I hit esc the apple UI scene disappears.
So my question is how do I set up the UI scenes so they remain on screen and be able to continue playing?
I'm following the udk top down tutorial but it does not actually tell you how to create any of the UI scenes for it.
I know how to create UI scenes I've already done the simple udk UI scene tutorial. But that one involved hitting a button on the Ui scene to resume playing.
Comment