Lots of updates for Javascript coding.
Great release, thanks!
Question though. It looks like in the new ghost shooter example using JS, some of the built in behaviors are re-created in JS (such as bullet, 8-direction movement, bound to layout, and the "anglerotate" system expression). Will the runtime provide these built-in behaviors in JS or will we have to re-create them ourselves?
You can already just add the behaviors to the objects and use them instead of code. The point of the example was to use 100% code and no events or behaviors.
Oh ok great. Thanks!