loading...
Join the ludiloom Public Alpha Test and help us change the game-making game...
Listener Editor
From Wiki.ludiloom.com
Contents |
Description
- Type - The selected listener type.
- Action - The selected action associated to the listener type.
- Modifiers - Some listener types have action modifiers. As an example, the actions of the Mouse' type can be modified by requiring a simultaneous key press (ctrl, alt or shift).
- Interaction - The interaction to be executed when the listener fires. In this list are shown all the interactions of the object where this listener is created.
- More - Opens a dialog window with all listeners in all objects in the arena.
- Arguments - The list of arguments of the selected interaction.
- Set - Opens a dialog where the user can set the values that go to each interaction argument. See Set Values for more details.
- Global - If checked, the listener will be executed in all connected user's Simulation.
Set Values
Listener
- Where - Indicates from where the value will be originated. In this case the values available are directly related with the selected Type and Action of the listener. For example if you choose the Type Physics and the Action Ray Hit there will be values like the point where the ray hit.
- Listener Value - Depending on the type of listener and on the type of argument selected, the options available will change. These values usually can't be accessed by any other means. For example, if you want to know what the position of the mouse cursor is, using listeners is the only way you can access that information.
- Clear - Removes the value associated with the selected argument.
Representation
- Where - Indicates from where the value will be originated. In this case the value will come from the selected representation properties.
- Representation List - The list of all selectable representations. Currenty only overlays are available.
- What - The property of the selected representation from where the value will be extracted.
- Clear - Removes the value associated with the selected argument.
Value
- Where - Indicates from where the value will be originated. In this case the value will be specified in the Value field.
- Value - The value to send to the selected argument.
- Clear - Removes the value associated with the selected argument.





