playMaker

Author Topic: [SOLVED] Top Down Shooter Aim - Locking The Y axis  (Read 2311 times)

twistedcitizens

  • Playmaker Newbie
  • *
  • Posts: 5
[SOLVED] Top Down Shooter Aim - Locking The Y axis
« on: November 28, 2015, 01:48:33 AM »
Hello,

I am working on a top down shooter and using the Mouse Pick to aim. How it currently works is that the player needs to aim specifically at the enemy in order to hit the enemy. I am trying to make it so that no matter where the player aims in the Y axis, the vertical value of the mouse pick remains consistent so that it's more of a 2D aiming system. How would I go about doing this?

Thanks in advance.
« Last Edit: December 01, 2015, 01:31:07 AM by twistedcitizens »

twistedcitizens

  • Playmaker Newbie
  • *
  • Posts: 5
Re: Top Down Shooter Aim - Locking The Y axis
« Reply #1 on: November 29, 2015, 03:32:31 AM »
Bump. Anyone?

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7615
    • jinxtergames
Re: Top Down Shooter Aim - Locking The Y axis
« Reply #2 on: November 29, 2015, 08:57:39 AM »
Hi,
maybe this video can help you out.



twistedcitizens

  • Playmaker Newbie
  • *
  • Posts: 5
Re: Top Down Shooter Aim - Locking The Y axis
« Reply #3 on: December 01, 2015, 01:30:45 AM »
Hey thanks. It wasn't exactly the solution but it helped me find the solution.