This repository has been archived on 2025-05-04. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
scratch-html5/js
Chad Walker 41b68edd90 Add procedure support
- when a call block is executed, the block is copied, any parameters are
   evaluated and stored on the copy, then the copy is pushed on the stack
- when a getParam block is executed it finds the last call block on the
  stack, and then gets the already evaluated parameters from there.
- based on PR #21 by @bobbybee, passes all of @nathan's tests there
2014-09-13 11:07:11 -05:00
..
primitives Add procedure support 2014-09-13 11:07:11 -05:00
sound Minor formatting and type casting adjustment to make codebase internally consistent 2014-04-09 01:17:50 -07:00
util Formatting and indentation fixes 2013-11-01 23:14:39 -04:00
Interpreter.js Add procedure support 2014-09-13 11:07:11 -05:00
IO.js Now using the live SWF for comparison. No longer using the php proxy for loading project and asset data since the site added CORS headers. 2014-05-12 19:54:29 +00:00
Reporter.js Restore implicit type conversion in reporter 2014-04-10 11:34:01 -07:00
Runtime.js Add procedure support 2014-09-13 11:07:11 -05:00
Scratch.js bringing the Scratch html5 project under test 2014-03-07 10:47:06 -07:00
Sprite.js Add procedure support 2014-09-13 11:07:11 -05:00
Stage.js Add procedure support 2014-09-13 11:07:11 -05:00