loading...
Join the ludiloom Public Alpha Test and help us change the game-making game...
Interaction Editor
From Wiki.ludiloom.com
Description
- Main Menu
- Script
- Save - Saves the interaction.
- Import - Opens a file browser interface, allowing the user to select a previously exported file, filling all the interface fields with the imported script data.
- Export - Opens a file browser interface, allowing the user to save the current script to an external file.
- Edit
- Undo - Undo previous action.
- Redo - Redo the undone action.
- Cut - Cuts the selected text to the clipboard.
- Paste - Pastes the text in the clipboard.
- Copy - Copies the selected text to the clipboard.
- Find/Replace - Opens a dialog window with a search text field and a replace text field. The find button searches for the next ocurrence of the searched text. The replace button replaces the current ocurrence by the replace text.
- Script
- Toolbar
- Save - Saves the interaction.
- Cut - Cuts the selected text to the clipboard.
- Copy - Copies the selected text to the clipboard.
- Paste - Pastes the text in the clipboard.
- Undo - Undo previous action.
- Redo - Redo the undone action.
- Check Code - Checks the code for basic syntax errors. Indicating in the Status Bar the first error found.
- Tree Reference - Creates a local variable with a reference to the selected item in the Tree interface.
- Media Item Reference - Opens the Library Explorer Interface showing all the available media items on the user media libraries. Upon selection, a local variable will be created with a reference to the selected media item.
- Search - Searches the code for the typed text, highlighting the code and indicating in the Status Bar the first ocurrence. The search is case-sensitive.
- Expand/Collapse - Expands or collapses the Argument List area.
- Argument Name - The name of the argument.
- Argument Type - The type of the argument.
- Add Argument - Adds the argument named Argument Name with the type Argument Type.
- Remove Argument - Removes the selected argument.
- Argument List - Lists all the arguments in this interaction.
- Code Area - The text area where the user will code the interaction script.


