Elements are the most important entity in a board. They are the building blocks of your diagrams, each of them containing a small part of your game.
By connecting elements together with connections, you allow the player to make choices and progress through your game.
{primary} You can play-test the flow of your elements and connections on Play Mode.
There are 3 ways to create an element:
Each element has a title (the top, coloured part) and a content area (the main black part). To edit either, simply double-click on it.
To cycle editing between title and content, press the tab key.
To exit editing mode press esc or click on an empty area of the board.
Elements support rich text format in both title and content. From the formatting menu, choose bold, italics, or underline.
Format a paragraph as blockquote, to make its text stand out as a quote or a sign.
You can also embed a link to a selected piece of text.
Finally, you can add code segments to your element content, assigning values to variables or manipulating the text output.
Arcweave uses its own scripting language, called arcscript.
To add arcscript code inside an element click on the arcscript segment icon in the toolbar while editing the element content. To exit the block press Enter.
{primary} To mark/unmark an arcscript segment you can also use the shortcut Ctr/Cmd+Shift+C.
To select an element, simply click on it.
To select multiple elements, hold Shift or Ctrl/Cmd and either:
or:
{primary} You can similarly select entities of any kind: connections, notes or jumpers.
To resize an element, select it and drag its corners or edges to the desired size.
{primary} You can quickly auto-resize a selected element to fit to its content by double clicking on any of its corner or edge resize handles.
To delete an element, you can either:
or:
To change the color theme of an element, right click on it and select one of the available colors from the menu.
Elements can optionally have one cover image. On Play Mode, the image is rendered above the element's text content.
As cover images, you can use your project's assets, icons from Arcweave's icon library or emebed a Youtube video. To assign a cover image from either sources:
{primary} To use your own images in a project, you must first upload them as assets.
Another way to assign a cover is to drag an image from the sidebar's assets list straight into the desired element.
To change an element's cover, select Set cover again or drag a new asset into it.
To remove an element's cover:
Elements can optionally have one or more attached audio assets. The audio assets play during Play Mode, upon the element's rendering, as loops or one-shots.
To attach an audio file to an element you must first upload it as an asset. To assign an uploaded audio asset to an element, drag and drop it from your assets list into the element.
Once attached, click on the asset to open its settings menu. This allows you to preview the audio file's playback, as well as assign one of the three following options regarding its play mode behaviour:
{primary} To stop a looping asset, you must attach the same asset onto one of the following elements and set it to "Stop playing all instances of clip."
To move audio assets between elements, drag them from one element and drop them into another. <!---to reorder them inside an element or--->
To remove an attached audio asset, drag and drop it from the element to an empty workspace area.
{info} Removing an audio asset from an element simply removes the reference and does not delete the asset.
You can attach components to elements. See components.