MitchBrits15's Forum Posts

  • Hmmm that could work, I'm just worried it may slow my game down even more anyhow let me give it a try and then let you know

  • I took a look at your example, fairly simple and straight forward I should have thought about that.

    Just to clarify though, if I want to make it loop from left to right and left then right infinite times, do I just create a time frame to move a few pixels left then in a few seconds move to the right and loop that motion?

  • Oh yes, I did try that but I didn't do it right, but I'll have a look just now haha just woke up

  • I currently have r173 installed, I'll have a look at it tomorrow morning and see if it works. Thank you for the help LittleStain!

  • Anyone have a solution? Please I am really in need of help

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Ahhh damn :/ And this is the only way I can do this. Since its optimized for mobile too..

  • Hey there,

    I need some help. I posted about this before and it got answered by using the pin behaviour. Let me explain a little more briefly.

    I have a physics puzzle game. All objects have the physics behaviour. My moving platforms have the platform behaviour and physics behaviour, But when my object rolls onto the moving platform even though it is still, it slides side to side on the platform(this is without the pin behaviour) . I tried to use the pin behaviour with a time limit on so when the rolling object rolls or falls off(due to physics) then it pins to the platform. But this created a bad bug, if the rolling object rolls fast and then slows down and falls off, it hangs in the air pinning to the platforms position but in mid air instead and not on the platform or unpinning the object.

    I tried testing conditions for when the player velocity=0 but it didn't work

    Any help? Please, I would really appreciate it

  • That's great!

  • Thanks for that

  • Wow! Thank you all of you! I never knew the possibilities were so broad!

    In your opinion which would work the best for mobile games without performance loss?

  • Hey,

    I have been stuck on this for a while now. I was wondering how to draw lives? Because in GameMaker I can do it with ease in a for loop but the same method doesn't work in Construct 2.

    I basically want to take a single sprite and draw it as many times as the value of a variable. But with a single command. so it can loop.

    Thank you

  • Hey there,

    My name is Mitchell

  • Ahhh I see, I should have made it by aspect ratio instead.. at least I know how to achieve this now

  • MitchBrits15 I only use "Letterbox scale" because the other ones throw off the scaling. It's not perfect; it keeps your layout width and height to scale, but may distort your graphics.

    Thank you for the reply

  • Anyone? Please?