Event EditorThe event editor lets the user define what action will be executed when certain event occurs. This editor is only available in program editing mode. If you look at the event panel, you'll probably see at least one event: the When the world starts event. This event is automatically created for new worlds, although it can be changed or deleted. It instructs Mama to call a certain method (normally the main method) when the world starts - thus, defining the entry point to the program. You can create new events by clicking on the button create new event at the top of the event editor. A drop down menu will let select the type of the event, and after selecting the new event will show up in the events area. Depending on the event type, you will be able to further select what to do upon occurring of the event:
|