Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
gdevelop5:interface:events-editor [2019/06/04 07:55] piyushpalawat99 |
gdevelop5:interface:events-editor [2020/12/26 13:56] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
# Events editor | # Events editor | ||
- | When you open a Scene or any External | + | When you open a scene (or external |
{{ : | {{ : | ||
- | The Events Editor is where you add the events that create the actual gameplay. | + | The Events Editor is where you add the events that create the actual gameplay. |
- | The Events editor is a tool that gives you the power to visually program your game. You do not need to have any programming | + | The Events editor is a tool that gives you the power to visually program your game. Events are readable by anyone and can be authored without advanced |
- | To switch between the [[gdevelop5: | + | When editing a scene, to switch between the [[gdevelop5: |
{{ : | {{ : | ||
- | When you switch to the Events editor, you will see that the toolbar | + | When you switch to the Events editor, you will see that the toolbar |
{{ : | {{ : | ||
- | ## Add event | + | ## Add an event |
Add an event by clicking the "add event" button | Add an event by clicking the "add event" button | ||
{{ : | {{ : | ||
Line 21: | Line 22: | ||
{{ : | {{ : | ||
- | You can add any number of event blocks to the Event editor. Each event can have various conditions and actions. Once you add an event, you can use the conditions and actions to create the game's logic. Learn more about events, on this page: [[gdevelop5: | + | You can add any number of event blocks to the Event editor. Each event can have various conditions and actions. |
+ | Once you add an event, you can use the conditions and actions to create the game's logic. Learn more about events, on this page: [[gdevelop5: | ||
- | ## Add sub-event | + | ## Add a sub-event |
- | By clicking the add sub-event button, you can add a "child event" block to the selected event. | + | |
+ | By clicking the "Add a sub-event" | ||
{{ : | {{ : | ||
Line 33: | Line 36: | ||
## Add a comment | ## Add a comment | ||
- | By clicking the add comment button, you can add comments to events. Comments | + | |
+ | By clicking the "Add a comment" | ||
{{ : | {{ : | ||
- | Comments are an important part of any game or application. They help you to organize and remember exactly | + | Comments are an important part of any game or application. They help you to organize |
{{ : | {{ : | ||
- | ## Add special | + | ## Add other events |
- | By clicking the add an event button, along with the ones we already mentioned, we have access to some special events. | + | |
+ | By clicking the " | ||
{{ : | {{ : | ||
Line 55: | Line 60: | ||
## Search in events | ## Search in events | ||
- | The " | + | The " |
{{ : | {{ : |