Hi,
I want to make a short “controls tutorial” at the beginning of my short game.
Basically, I want to start the game with a widget telling the player how to move the camera (WASD) and then when they succesfully moved the camera around, the next widget pops up showing the player how to select a person in the game (left mouse button). When they did that succesfully the last widget pops up showing the player how to move this character around (right mouse button).
I have already made these widgets but don’t know how to get the next widget to show once the player uses the right controls.
Do any of you maybe have some advice as to how to do this?