Here are some other useful functions that can be used without a collection.
Methods
alert("<message>") |
Pops up a dialog box displaying the <message>. |
print("<message>") |
Sends the <message> to the console, displayed over the DX Studio document. |
Examples
function onClick()
{
print("The button has been clicked!"); // When clicked, send this message to the console.
}
See Also


