How do i make a tower wif rotate and resize for each enemy.

0 favourites
  • 2 posts
From the Asset Store
Simple resize and rotate events for any sprite, quick and easy event sheet that you can use for your own projects.
  • Hello everybody I have some questions here:

    I'm making a game of type tower defenses.

    1- I want to make a tower fires a laser that this resizes the position in which the tower is to the position of the enemy object, how I do it, or want to every enemy get the tower behaves this way, resize themselves to the position of the enemy that comes. The overlaping the laser with the object reduces a certain amount of life of this enemy object.

    2. The laser must be rotated in the same direction of the tower and pointing to the enemy object.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • So something like this?

    Create a tiledbackground object with the origin on the left on the position of the tower..

    for each tiledbackground pick the nearest enemy.

    set tiledbackground angle towards enemy..

    set tiledbackground width to distance(tiledbackground.x,tiledbackground.y, enemy.x,enemy.y)

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