Bugasebi's Forum Posts

  • Hello there,I am trying to build a game much like stickrun from facebook and I just don't know how to make for example coins to spawn on top of random generated objects and one more question,what are containters and what are they good for?I tried to do this using a container by spawning not the object but the container that have both the coin and the obstacle but it didn't work.

  • Thank you,I forgot about the image origin and did not even thinked about the layout size :)

  • I created my first game in construct 2 but I am having some serious problems at the moment...

    the capx is here dropbox.com/s/maystovkesrtldl/asdf.capx

    My first problem is that sometimes my player seems to teleport from 1 end to the other of the obstacles and this makes the game pretty annoying...

    The other one is that when going outside the screen the objects do 2 things:either dissapear when they hit the end of the screen either go smooth until you can't see them.

    Hope you guys can help me :)

  • Hello there again,I have another issue with my auto-runner...

    When I hit an object at straight angle I want the player to die but if I walk on the object I want nothing to happend and continue the game.

    Tried something with angles and with a thin different object but couldn't do anything...

  • I am sorry but I didn't quite understand you,could you give me an example with more details?

    I tried tutorial from MozayKnows (Can't post links unfortunately) but if I press the jump key fast I am getting just some infinite jumping...

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Thanks for the tip,gonna use that later on but for now I just gave the system the event that will do something like this: System,every 1 second:spawn object floor.

    Now one of my problems is that I want to make a jump strength and by that I mean that if you press the button longer you will jump longer,tried the "vector y" method but the problem is that it will have infinite jumping,how do I stop that?

  • Hello there!

    I am pretty new with construct 2 and wanted to start an auto-runner.

    I started with the basic template and moved on with random generated blocks as obstacles but now my problem is that I just don't know how to make an infinite floor,I tried with every idea that got trough my head but just can't get it started...

    So,for a recap:I want to make the floor to be endless.