Page 1 of 1
Rotate all the screen in NDS
Posted: Thu Apr 01, 2010 7:53 pm
by tgraudo
Hi guys!
Im trying to obtain this results.
I want to rotate all the screen, not only the sprites. Anybody know how to made it?
Thank's for this great forum! See you
Re: Rotate all the screen in NDS
Posted: Thu Apr 01, 2010 11:50 pm
by Discostew
You can either set up Affine/Extended BGs so they are rotated in that manner, or create the program with the assets already rotated. Basically, if you know how to do it one way, then it's not that hard to "rotate" everything. You just need to think of it rotated. If something rotated 90 degrees like your pictures show is moving right, instead of adjusting the X value, adjust the Y value instead.
Now, as far as it stretching across both screens, you'll need to allocate and write to both main and sub screens, except depending on which screen you are manipulating, you'll have to offset it's position a certain amount.