<font color="red">This is an old release
Latest:
http://www.scirra.com/construct2/releases/new</font>
Sorry for the interlude, my laptop died (2 years old with a 1 year warranty, grr). As a result I've done bits and pieces of work between different machines, so there might be problems where I merged it all together wrong, but hopefully not. Anyways, this build has properties for behaviors in the properties bar, like this:
http://www.scirra.com/construct2/releases/behaviorproperties.png">
Behaviors are much more useful now! There's also early versions of the Bullet behavior and Fade behavior added. Still to come: behavior actions, conditions and expressions, and 'solid' still doesn't do anything, they'll come in later releases.
Changelog
- [Feature] Behaviors have properties in the properties bar
- [Add] 8 direction movement: max speed, acceleration, deceleration, directions and angle properties
- [Add] Bullet movement: as per 0.x, moves object forwards at its current angle, with speed and acceleration properties
- [Add] Fade behavior: as per 0.x, with fade-in, wait, fade-out and optional destroy
- [Add] HTML5 exporter: when exporting the project (rather than previewing), the javascript is passed through a simple preprocessor. This removes diagnostic lines intended only for preview (calls to assert2() and log()), as well as some comments and whitespace. This means exported HTML5 applications are slightly smaller, and will never prompt assert-fail messages.
- [Change] 8 direction movement: tweaked code to make rotations more responsive
- [Fix] For Each condition iterated objects incorrectly
- [Fix] Editor window dimming area did not reach the top of the window on some systems
- [Fix] Deleting an object type saved an unopenable project if it was referenced in events
- [Fix] Changing active layer from properties bar caused check failure
- [Fix] Can't drag input objects from object bar to layout