Search found 2 matches
- Sun Jan 26, 2020 11:59 pm
- Forum: Game Programming
- Topic: Pausing mid-procedure for mouse click?
- Replies: 4
- Views: 2553
Re: Pausing mid-procedure for mouse click?
Yes, I know about the message requesters but I don't want a pop-up. For example, if there's a scene in the game with dialogue that's paused and waiting for them to click on the game screen to continue before the next dialogue line is shown.
- Sun Jan 26, 2020 6:55 pm
- Forum: Game Programming
- Topic: Pausing mid-procedure for mouse click?
- Replies: 4
- Views: 2553
Pausing mid-procedure for mouse click?
I'm creating a simple game using a windowed screen with a basic event loop.
I'd like to run a procedure that changes out backgrounds and sprites and occasionally prompts for on-screen user input (like clicking on a choice prompt) or to just click to advance past a certain dialogue screen.
Is there ...
I'd like to run a procedure that changes out backgrounds and sprites and occasionally prompts for on-screen user input (like clicking on a choice prompt) or to just click to advance past a certain dialogue screen.
Is there ...