| activeClips | com.jscratch.ScratchObject | private |
| activeScripts | com.jscratch.ScratchObject | protected |
| addToList(String listName, Object item) | com.jscratch.ScratchObject | |
| answer() | com.jscratch.ScratchObject | |
| broadcast(String message) | com.jscratch.ScratchObject | |
| castToDouble(Object o) | com.jscratch.ScratchObject | protected |
| castToString(Object o) | com.jscratch.ScratchObject | protected |
| changeVariableBy(String name, double amount) | com.jscratch.ScratchObject | |
| deleteFromList(String listName, int index) | com.jscratch.ScratchObject | |
| getList(String name) | com.jscratch.ScratchObject | |
| getName() | com.jscratch.ScratchObject | |
| getVariable(String name) | com.jscratch.ScratchObject | |
| getVariableAsNumber(String name) | com.jscratch.ScratchObject | |
| getVariableAsString(String name) | com.jscratch.ScratchObject | |
| itemOfList(String listName, int index) | com.jscratch.ScratchObject | |
| join(Object a, Object b) | com.jscratch.ScratchObject | |
| lengthOf(String text) | com.jscratch.ScratchObject | |
| letterOf(int index, String text) | com.jscratch.ScratchObject | |
| lists | com.jscratch.ScratchObject | protected |
| name | com.jscratch.ScratchObject | protected |
| pickRandom(int min, int max) | com.jscratch.ScratchObject | |
| playSound(String soundPath) | com.jscratch.ScratchObject | |
| ScratchObject(String name) | com.jscratch.ScratchObject | |
| setVariable(String name, Object value) | com.jscratch.ScratchObject | |
| setVolume(double percent) | com.jscratch.ScratchObject | |
| startScript(Runnable script) | com.jscratch.ScratchObject | |
| stopAllSounds() | com.jscratch.ScratchObject | |
| variables | com.jscratch.ScratchObject | protected |
| volume | com.jscratch.ScratchObject | protected |
| wait(double sec) | com.jscratch.ScratchObject | |
| waitTillNextFrame() | com.jscratch.ScratchObject | |
| whenIReceive(String message, Runnable action) | com.jscratch.ScratchObject | |
| whenKeyPressed(int keyCode, Runnable action) | com.jscratch.ScratchObject | |