I have multiple questions.
1. How can I use GCOPY to copy a gpage so that when my sprite is side scrolling the background repeats itself?
2. How can I make is so that one gpage is scrolling along with my character, while another gpage remains still?
3. Sphitsp. I don't get it, I have this program I trying to make. I used SPCOL before my loop, and the sphitsp in side of the loop. I then told it to end the program if I it the sprite. Yet it won't work. I tested it outside of the game where I had only two sprites for testing and it worked then, but not with the program now. Why won't my sprite regester hitting only in THIS CODE?
4. How do I make it so when I attack, the sword pops out and then disappears while at the same time following my sprites movement without pausing it everytime it comes out? I tried Spchk, but it still won't come out and disappear when I tell it to.
5.Why won't bgscreen work when I specify Xscreen 2? Even if it doesn't work in Xscreen, what can I do so everything scrolls with my character if it can't be used while at the same time the touch screen can be used.
6. When I use data like this:
DATA " 1 1 " DATA " 1 1 " DATA " 1 1 " DATA " 1 1 " DATA " 1 1 " DATA " 1 1 " DATA " 1 1 "This is how I want my map to be so I can rotate the whole thing later so I can make long maps. But when I do, the whole thing messes up and I can get the bgtiles to face the direction I want. I know it can be done, because this is out gogoshino was done.