I'm just wondering if you can rotate the game or layers? I'm wanting to be able to rotate it by 90 degrees.
Printable View
I'm just wondering if you can rotate the game or layers? I'm wanting to be able to rotate it by 90 degrees.
You mean inside the runtime, or the level editor?
Runtime.
I saw two of such engines made by Pixelthief. Worth asking.
The Viewport extension can rotate the screen easily during runtime, just remember 2 things.
1) Viewport must always be ordered to the front because actives and the like are that are in front of viewport are not rotated, lives and score should be ordered to the front afterwards.
2) Get Viewport 2, not the normal one else it can't actually rotate at all.
And that is where?Quote:
Originally Posted by dragonguy
The Viewport version that can rotate the view is *very* buggy. It was compiled from my sources but I never really finished that version with the rotations properly. I know I've said it many times now, but I will fix it eventually ;)
You can manually set the angle of things... for now?
It'd be an important part of my game, so I'll probably have to use [censored] instead. It has a "set display angle" thing.
Why can't you give everything you want to rotate a qualifier and then set the angle? Actually, perhaps that is a bad idea, for it requires all backdrops to be actives and changing the angle of stuff isn't really good for speed.