Hey all,
I was wondering if it were possible to rotate the camera in construct 2. I understand the math behind rotating objects in 2d space around a fixed point - rotating the whole world to make it seem as though the camera is rotating would break a lot of the behaviors. Unless you make all the objects invisible and then have visible sprites rotating around but that would be increadibly messy. I know the code for rendering rotation is easy but how is it done in contruct?