Morhaus's Forum Posts

  • Some example of multiple physics layer :

    http://dl.dropbox.com/u/54394996/dl/layers.capx

    But that's quite annoying to do...

    An improved example :

    http://dl.dropbox.com/u/54394996/dl/layers2.capx

    http://dl.dropbox.com/u/54394996/layers2/index.html

    Much more effective :)

    Please tell me what you think about it, and how I could make it even better :)

  • Hello. Thanks for your example, but that's not exactly what I meant, so I'll try to describe my thought :

    I'd like to control the player behavior with Physics actions, like Impulse, and Platform behavior, but I don't want it to interact with any other Physic object.

    Anyway, I'll try with the custom movement behavior :)

  • Hello.

    Let's say I have three objects in my layout:

    ? a Player, which has by Physics and Platform behaviors, and has his collision mask set to Bounding Box.

    ? a Ball, which is only affected by Physics and has his collision mask set to Circle.

    ? wall, also only affected by Physics and that has his collision mask set to Bounding Box.

    I'd like both of my Player and Ball objects to collide with the wall, but I don't want them to collide with each other. Is it (yet) possible?

  • Hello every body.

    I'm a 16 years old french student, interested in webdesign, webdevelopment and game design.

    I'm currently in love with Construct 2 <3

  • Hello. Amazing work, can't wait to make my own game multiplayer :)

    NowJS seems nice BTW.

    My first multiplayer test was made in AJAX, and worked quite well in local but only saved player position. Also, it was ways too heavy.

  • I'm looking forward to the release of the plugin in 0.8 ! I think I'll have a lot of fun working with it :)

  • You're welcome :)

    Yes, WIP means Work in Progress.

  • It's quite simple and still WIP :p Construct 2 is doing most of the job handling the physic behavior of the ball.

    Football.capx

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Haha thank you I just couldn't remember the correct translation :)

    I changed the shoot key to Control.

  • Hi guys ! So here is my first attempt as a video game, gladly assisted by Construct 2.

    The concept is pretty simple : your character must throw the ball in the adverse goal. You can move, jump, double jump on walls, catch the ball and shoot it.

    http://dl.dropbox.com/u/54394996/foot/index.html

    For now, there is only one playable character, mainly because I can't test multiplayer alone :p I'm interested on making a server-based multiplayer mode, so I'm considering the Zack0Wack0's Socket plugin. I may also add different game modes and gameplay improvements.

    Please let me know about any critic or suggestion on how to improve the game, I'm new here and still learning :)

    Many thanks from France :)

  • Hello ! Thanks for your work.

    I'm trying to set up a node.io based server, but I can't find any documentation on Node.io 0.6, so would it be possible to make a version of your Socket plugin that uses Node.io 0.8 ?