Hei there!
I am playing with C2 to create a small top-down shooter/rpg.
Nothing serious, just for fun.
Now I would like to accomplish this: to move my player (8Directions movement right now) in relation to the screen instead of the layer.
So, I would like to be able to rotate the layer, but still be able to move my player up/down/left/right on the screen.
Right now, when I rotate my game-layer by 45°, the player would move diagonal on the screen.
I don't have a clue how to start to manipulate the 8Directions movement.
Do you guys have any advice or idea?