Hello guys! I'm working on a new game, need some help

0 favourites
  • 3 posts
From the Asset Store
Game with complete Source-Code (Construct 3 / .c3p) + HTML5 Exported.
  • I used to use Gamesalad and got my game around 65% complete before learning about C2, I will admit C2 was a bit harder to learn than GS however i like C2 allot more now and it allows me to do allot more with the game I'm making! , However i am having a problem atm, I have my Enemy shooting "bullets" at my player character and the "bullets" all come out in a continuous loop making the "Bullet" appear more as a beam than a bullet, I hope I'm explaining this clearly, currently i have (AI<Spawn Object<Bullet) Could anyone help me with this please? Thank you!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You probably have bullets being created every frame, or tick.

    Try adding an Every X Seconds condition to your bullet spawning event, or other condition to limit the rate that event fires.

    Remember the entire event sheet will run once per frame.

  • You probably have bullets being created every frame, or tick.

    Try adding an Every X Seconds condition to your bullet spawning event, or other condition to limit the rate that event fires.

    Remember the entire event sheet will run once per frame.

    Thank you so much man that worked!

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