Hello! I'm new to Gamesalad. Im looking for a way to make the scene rotate with the actor. So say the actor rotates 90 degrees, the scene will as well. Is there a way to do this? Thanks
If you're doing it my way, you'll just need to place that one constrain attribute rule into your unlocked Player/White Square actor. See my previous comment.
Place an actor with display text game.rotationActor and in the actor a display text self.rotation to check if its working. If not then you did something wrong. Manto placed an image how to do it. Just do that and it will work.
Hm I must be doing something wrong then. I have 1 constrain the: scene.Camera.Rotation To the -self.Rotation on the unlocked white square. Is there something I'm doing wrong?
Comments
Constrain scene.camera.rotation to game.rotationActor
Do what?
Constrain attribute scene.Camera.Rotation to -self.rotation
My second is: scene.Camera.Rotation, -self.rotation (I also tried game.rotatoinActor)
What am I missing?
Manto placed an image how to do it. Just do that and it will work.