Original Post
I am making a little Missile Control clone and I need the missiles to move tward the point where the cursor clicks. I take that point put it into a vector and normalize it (I tested it with a built in function and one that I wrote and it works the same) now the missiles won't show unless I click somewhere on the right side of the screen and will only aim at a 45 degree andgle from the bottom middle of the screen (where the turret is).
Does anyone know what to do. I am writing this is AS3 but I got this system working before in C# with XNA.
thanks in advance,
Ben
Does anyone know what to do. I am writing this is AS3 but I got this system working before in C# with XNA.
thanks in advance,
Ben