Jump to content


Dalton Fox

Member Since 09 Mar 2012
Offline Last Active Mar 12 2012 02:10 PM

Posts I've Made

In Topic: Can anyone help me out?

11 March 2012 - 02:39 AM

I figured it out! Thank you so much.

In Topic: Can anyone help me out?

09 March 2012 - 07:26 PM

I don't think I know how to make it all one object. i just made it two parts so I have the gun update to the origin of the tank. How would you make it all one object?
Also I plan to have multiple tanks and guns so the basic tank/gun is just the parent for the others.

So I changed my script lines to:
if(angle_difference(image_angle,obj_player.image_angle) (<,>,=) (My max yaw/pitch){}

This only does what I had before but in a glitched way.(It flings around when I aim up, that is besides the point. I can fix that.) It doesn't adjust the gun's yaw and pitch. I probably didn't use it right though.
I guess I am kinda asking how to implement this because I haven't done anything like this before.(Topic should probably be moved)

In Topic: Can anyone help me out?

09 March 2012 - 03:17 PM

Google the "angle_difference()" script.


So I take the differance between the two angles then add that to my max/min?
Sorry if this is a dumb question, I'm not to great at this...