Vanz's Forum Posts

  • MultipleChoice

    Thanks for the demo!

    How i can modify this to make the object(present) and the platform appears random on a infiinite BG ?

  • :/

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I would recommend coming up with a function that does the whole thing, based on certain settings, like position, platform type, coin amount (or pattern), etc.

    That way your content creation is separate from the gameplay bits and way easier to manage.

    Then in the function, depending on parameters you can, for example, have sub-events that do certain things: First one makes the platform itself, second one places spikes in different patterns, third one places coins in different patterns.

    Then you just use whatever game logic to call the function and make your stuff.

    Thanks for the reply!

    Do you have some minor exemple to pass?

  • Hello,

    i am doing a infinite run game and i have a doubt about how i can deal with 3 pieces(img) of my platform to appear randomly on the game bg.

    Since it will have coins(up the platform) and spikes on the platform..

    Need to do a ~perfect random~ with coins and spikes too.

    Any ideia?

  • Thank you both!!

  • Morning all,

    How is possible to make an A.I that jump and/or avoid obstacles automactly?

    I need this because i am making a enemy chase my player, but i will only control my player and the enemy needs to avoid obstacles ~by himself~

    Any kind of obstacles, like holes in the ground or maybe flying things..

  • TiAm

    No, the coins are no solid. they have bullet behaviour.. :/

  • Hi..

    Try to jump on a obstacle..

    http://clay.io/game/endlessprealpha

    I am not simulating the player to the right.

  • You shouldn't be having any trouble. Did you look at the auto-runner example that comes with C2?

    Start a new project, and when 'template or example' comes up, search for runner. This uses platforms with the solid behavior + bullet (to move the plats).

    Yeah.. have made a quick test.. maybe i am bit sleepy, but will take another look at this.

  • As the title says, i need to know how i can run over a solid object(obstacle)

    SInce my game is an endless run game, the only thing that moves is the background, i only simulete the plataform jump with my Character.

    But when i am on top a solid object, nothing happens.

    have tried to simulate to player go right, but no success.

  • refais23

    hahahah, yeah. I thought about it, need to see what can fit good on the BG.

    thx again.

  • Hi Vanz,

    I like the progress your making with your game and it looks like the animation frame is fixed now

    Just another suggestion:

    Maybe position the character (player) more to the vertical center of the screen or at least just not on the bottom.

    Thank you!! refais23

    About the position:

    I will need to test that to see if is not ~strange~ to put the player more on the middle(vertical) of the background.

  • The graphics are nice!

    Maybe you should include a Highscore? Give the player some goal to achieve?

    Include direction to jump? Most people use the space bar when they play a single action game.

    The free runner model of the C2 library would ad a lot of fun to you game easy.

    Yeah, i will put a Hightscore, try to put some goals or upgrades to keep the people playing

    Thank you !

  • Sandybee

    Will add some 'prototype of enemy' and obstacles then :/

  • desjardins2014

    Exactly what Anonnymitet said, there is no obstacle(YET!), i will add soon, hope till last day of the month.

    And Thanks you for the tip, will look forward to fix that