Plaoo's Forum Posts

  • Done

  • I tried your game and works well. I want to ask what resolution for the game and wich settings you used on ludei, I did some testing with my games but I always had problems.

  • I present to you a clone of a game created in 1984 by David Banksy for MSDOS. As a child I used to play and so I wanted to do a little tribute.

    <img src="http://plaoodev.altervista.org/wp-content/uploads/2014/01/menu.png" border="0">

    <img src="http://plaoodev.altervista.org/wp-content/uploads/2014/01/ingame1.jpg" border="0">

    <img src="http://plaoodev.altervista.org/wp-content/uploads/2014/01/highscore.jpg" border="0">

    1 2 3 keys to move

    Play here

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hello thanks for trying my game, it always happens the problem?

  • This is my first complete game, have fun.

    Barriers

    plaoodev.altervista.org/barriers-is-out

  • Hello guys my name is Paolo (Plaoo) I was trying construct2 for amusement and I have been impressed by its enormous potential. In just 3 days I wrote a small level of platform game in very easy way. I'm a python developer who's learning javascript and as a hobby I'd like to create some games. This is the link to the platform game that I created and the file capx.

    plaoodev.altervista.org/workshop/Alpha

    db.tt/f0K4dvt7

    And now I buy my personal license <img src="smileys/smiley2.gif" border="0" align="middle" />

  • THANK YOU VERY MUCH!! <img src="smileys/smiley20.gif" border="0" align="middle" />

  • This is the last version: db.tt/f0K4dvt7

    For see the problem:

    1) don't press anything -> animation = stand

    2)jump and press left or right

    3)after the jump if you continue to press the left or right animation does not become "run"

  • I asked you to be more specific because I already try this

    db.tt/Yc5rndn6

  • Thanks for helping me, now the problem is the animation "stand". On even landed":"stand" works. Could you be more specific?

  • Like this?

    db.tt/chhFo9qH

    I still have problems, now the enemy moves in the Y axis

  • Thanks for the reply, the bird crossed the edge (UID 153, the white sprite on the left) I used the same system that is present in the tutorial. If bird collide with edge change direction, but does not work sometimes.

  • Hi guys, I am experiencing construct2 these days, I am following the tutorials but there's one thing I can not do the edges.

    Look my game the first bird crosses the edge, something wrong?

    my capx: db.tt/f0K4dvt7

    I also have another small problem in the animation of the player.

    Thank you in advance

  • Done!

    System -> player.X >= ViewportRight(WindowWidth) -> System Set scroll X scrollx+800

    System -> player.X >= ViewportLeft(WindowWidth) -> System Set scroll X scrollx-800

    resolution 800*600

  • Thanks guys, now I'm going try to fix player's coordinates when the level changes.