Hello guys! This is my first post here in the forums, and also my first behavior!
I'm coming from another game making software, but I must admit Construct 2 is really easy to pick up, so much that I'm already developing some stuff for it! I initially made this movement through C2 Events, but then decided to contribute to the community and create this, so you guys don't have to reinvent the wheel.
I'm really excited about C2, that's why I'm donating my free time to help it succeed, and I think creating stuff for it is the perfect way to make it more powerful and easy to use.
<font size="3">The Movement</font>
This behavior is pretty much self-explanatory, it's the same movement as the classic game "Asteroids", but a bit more advanced.
<font size="3">The Known Bugs</font>
Sometimes, if you select the "Stop" option when colliding with solids, you can rotate your ship to make it stuck into an object. I might fix this bug later when construct is a bit more advanced. For now, use the "bounce" option and set the speed to zero or code your own solution.
<font size="3">The Download</font>
<font size="5">Download the behavior!</font>
Please take your time to comment here and tell me what you think, and please don't mock my horrible, horrible code!
<font color="red">Updated (27/02/2012):</font> Version 0.2:
- New Feature: Custom Controls