omkarkp's Forum Posts

  • 3 posts
  • Wow thankyou so much

  • Hi, you can spawn your enemies on top then give them the bullet behavior with an angle of motion of 90 to move down.

    Then, to satisfy your "come closer" request, you add a condition that once the enemy has traveled X amount such as 200 then set his speed to zero.

    That way enemies will spawn on top, move down for 200 and stop.

    TIP: use invisible sprites to move stuff and PIN the graphics on top. That way you don't have to worry about angles and bad collisions.

    Good luck!

    That is great, thank you.

    But isn't there a way to increase size as the sprite moves down? So that it'll give the sprite a feel of depth as well?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I'm trying to make a game similar to 'Operation Machine Gun', But mine is going to be 2D.

    I want to make enemies appear from a distance and come close up to a certain point. So they appear at the top, and come closer (downward).

    Just increasing the size and moving the character downward won't give a very good effect.

    Can you please help?

  • 3 posts