How to make a tower shoot?
mandance
Member Posts: 87
I'm a bit stumped, Any ideas on getting a tower to shoot at an actor/actors?
Comments
NOTE: You should also be constraining the actor you are shooting at's x and y variables to global variables.
vector_to_angle(position_x - (actor's_global_x), position_y - (actor's_global_y))
There are also a few examples on this, just search in gamesalad templates.