Ghost shooter tutorial
The Ghost shooter tutorial is based on the game you make in the Beginner’s guide.
You can see the comments in the event sheet to remind you how the game is made and how the various events work together.
In Construct, events are read from the top of the event sheet to the bottom.
When an event is read, Construct checks if the conditions that compose the event are true.
If all the conditions are true, the actions of the event will then be executed, again, from top to bottom, one after the other.
If any condition in the event is false, then the event is ignored and its actions are NOT executed.