Standard events The most common events used in GDevelop are the standard events: They are composed of a list of conditions, displayed on the left, and a list of actions, displayed on the right. When all the conditions are true, the actions are executed. Example Here is an event that will destroy the “Square” objects whose X position is inferior to 100 pixels: If you are still unsure on how the events work, take a look at the basic concepts used by GDevelop.