Menu

Tree [r116] /
 History

HTTPS access


File Date Author Commit
 branches 2012-05-30 roijac [r19] We don't need it any more.
 tags 2012-02-26 allura [r1] Initial commit
 tests 2013-07-06 roijac [r114] * Added tests folder and a movement test Scratc...
 trunk 2013-07-15 roijac [r116] * Bitmap / Regions caching
 README.txt 2012-12-13 roijac [r80] * Implemented OnNew menu action

Read Me

Welcome to M30W!

M30W is a program designed to allow fast developing of Scratch projects.
It uses a unique text syntax to allow typing of blocks rather than laggy
dragging them around.

M30W currently is in development process, and we haven't implemented
running scripts yet; Don't look for the green flag ;)
Editing scripts is working, but because we use kurt to parse scripts, 
current limitations apply:

- Take care with the "length of" block: strings aren't dropdowns, lists are

- length of [Hello!]      // string
- length of [list v]      // list

- Variable names (and possibly other values, such as broadcasts) can't:
  * contain special identifiers (like end, if, etc.)
  * have trailing whitespace
  * contain special characters, rather obviously: like any of []()<> or equals =
  * be named after a block, eg. a variable called "wait until"