Hi,
I have 3 images of my player holding his gun.
1. holding it upwards.
2. holding it straight.
3. holding it downwards.
so what I want is to get him to shoot in the right direction on each image.
Something like:
If imagenumber=0 angle=45
If imagenumer=1 angle=0
if imagenumer=2 angle=315
Is this in anyway possible?
I also use the mirror function to get him to face the other direction, how would I get that to work with this correctly?