Shooting Platform

0 favourites
  • 14 posts
From the Asset Store
Shoot balls to destroy as many blocks as possible, at each stage the game will become more difficult.
  • Hi There Game makers

    i'm trying to make a platform shooter game, like Contra o Megaman... but it happens, when i put the bullet object, with the same behavior and make the player to spawn it (shoot)... the bullet just shoot in one direction (to the right), and i don't know how to make it shoot in booth sides... anyone can help me? (Ps. Sorry for my bad english)

    This is the Error

    <img src="http://www.subirimagenes.net/pictures/31fae4c245e6181ab2c75a0fba11c8dd.jpg" border="0" />

    <img src="smileys/smiley2.gif" border="0" align="middle" />

  • This is how I'd do it:

    First, create a variable for the player, that will store what direction he is facing, and it will be set when you press the direction keys, like this:

    On press Left:

    set player.direct to 180

    On press Right:

    set player.direct to 0

    Then, at the bullet spawn event:

    On 'shot' press:

    spawn bullet

    bullet: set angle to player.direct

  • 7Soul very nice , thank you very much !!!!

  • hi fidox , I really like the solid platforms in the pictures , how did you make them , can I use them or can you tell me how to make them ? thank you very much !!

  • carminielloz i think this is one of the construct sprite pack , also there is a tutorial that has these sprites so i think you can use it , also try to read some tutorials ^^

  • hi zsangerous good to see you here ? are you stalking me ? hahaha

    btw u r right i need to read tutorials !

  • Sorry to bring back a dead post but I'm having a problem with this. It could be that I'm operating in Beta v99 of construct, but I want to confirm this.

    Implemented exactly what was said, it just won't behave at all. dl.dropbox.com/u/938515/Test.capx

    And this sample CapX from Kyatric doesn't behave either (http://www.scirra.com/forum/platform-game_topic46666.html)

    Thoughts? I should switch back to a solid version?

  • <img src="http://i47.tinypic.com/11kxulu.png" border="0" />

  • Yep, that did it >.< Thanks for answering such a stupid question.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Had the same problem and solve it. Thank you very much. <img src="smileys/smiley17.gif" border="0" align="middle" />

  • I solved that problema a long time ago, thanks to the help i see here

  • How do you get that X infront of mirrord?

    ps I have R146

  • CBoy

    That just indicates the condition has been inverted. Right mouse on Condition and select Invert.

  • zenox98

    It works <img src="smileys/smiley4.gif" border="0" align="middle" />!!!

    Thx, here have a star <img src="smileys/smiley10.gif" border="0" align="middle" />.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)