JavaScript in the Builder

JavaScript in the Event System

The Blocksmith Builder supports JavaScript commands in the Script Editor. Combine the power of Events with JavaScript to create scripts that are far beyond what is possible only using Events. Each type of object (shape, sound, trigger, etc.) have their own JavaScript commands, much like events.

The JavaScript Index

All possible JavaScript commands for the Builder are listed in the index:
Open Blocksmith's JavaScript Index

Syntax Cheat Sheets

Another handy tool in the belt of any new JavaScript coder is a cheat sheet! See all JavaScript code examples on this great cheat sheet:
Open JavaScript Syntax Cheat Sheet

Combine the cheat sheet examples with the Index to cover all possible commands!

Interact with the Blocksmith System using JavaScript

See every way to add basic JavaScript in the Blocksmith System here:
Open Adding Basic JavaScript