rfisher's Forum Posts

  • What would be the best way to have random twinkling stars? I tried using particles and i didn't like the effect.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • playtomic plugin

    I just did a quick google search.

  • Well this game is a work in progress for sure and I do think it has potential to be fun. I just posted the game because I needed some guidance to push me in the right direction. I think your ideas will help in the next version.

    Thanks for the input.

  • Here is a link Swing

    Controls are the arrow keys. Left, Right and Up controls the orange guys movements. If you bump into the small grey ball at the end of the swinging rope, the orange guy stays attached until you press the down arrow. You finish a level by moving the orange guy to the stone ledge in the upper right corner. There is no music yet.

    Let me know what you think.

  • I finally have the sling shot working 100% of the time. Later i will post the capx file.

    To me it seems that the physics impulse is not being executed (meaning i'm not waiting enough ticks for it to execute.) So all i did was make the impulse condition true until the blue box is overlapping the brown cirle. Once it is overlapping make the impulse condition false.

    What i don't know is how many impulses are being executed.

  • Thanks for showing me the Chrome Console plugin. I was hoping it would show why it only works sometimes, but i don't know where to look in the functions/code.

  • Still having trouble with impulse being reliable. 1 out of 10 trys finally gets the desired results.

    DEMO

    Construct 2 Project

  • Thanks for the quick reply. I does work better, but still not reacting 100% of the time. I'll still play around with it.

  • I'm trying to get the physics force to work reliable and its not. The demo i made creates a small blue block when you left click on the brown circle. The blue block then tracks the mouse until you left click again and then a force is applied in the direction of the brown circle. The problem is that it only works sometimes. What could be wrong?

    DEMO

    Construct 2 Project