Hi,
I am making my enemies shoot against my player and the bullet is firing in the wrong direction. I have used the code below:
go.animate(".", “position.y”, go.PLAYBACK_ONCE_FORWARD, 1700, go.EASING_LINEAR,1)
I have tried changing the playback to backward but the bullet goes towards the enemy rather than down the screen.
does anyone have any ideas?