VonKarma's Forum Posts

  • 9 posts
  • Hi.

    Try this. I used distance joints instead of revolute joints but I believe this is the effect you want.

    https://dl.dropboxusercontent.com/u/43295285/how2.capx

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Nice game! I really enjoy it from beginning to end. Congrats!

  • You can change "Fullscreen in browser:" to "scale" or "letterbox scale" on the project Configuration settings to get rid of the scroll.

  • I see a lot of potential. Also tested with xpadder and a gamepad and feels very smooth

  • The graphics, music and concept looks awesome.

    Keep the good work!

  • I've got the same problem here. I tried to modify a global value and get this:

    ---------------------------

    Construct 2 Check failure

    ---------------------------

    Check failure! This is probably a bug:

    Returning NULL event variable

    Condition: event_var != NULL

    File: Projects\Parameters.cpp

    Line: 285

    Function: class EventVariable *__thiscall EventParameter::GetEventVariable(void) const

    Build: release 66 (32-bit) checked

    Component: Construct 2 IDE

    (Last Win32 error: 0)

    You are using a 'checked' release of Construct 2, intended for testing, which causes certain errors to be reported this way. Hit Ctrl+C to copy this messagebox - it's useful information for the developers, so please include it with any bug reports! Click 'Abort' to quit (unsaved data will be lost!),'Retry' to turn off messages for this session and continue, or 'Ignore' to continue normally.

  • On the Image Editor, click "Set Collision Polygon" icon, then right click on the image and select "Set to bounding box"

    Hope it helps ^^

  • Hi guys. I've been looking for a way to stop a laser beam when it hits an obstacle, and here are the results I've achieved so far.

    Is there a better way to do this?

    Laser Collision

  • Thanks! I have tried them all and works perfectly. They are an amazing timesaver.

  • 9 posts