#106451 - MattC - Thu Oct 19, 2006 7:57 am
As the subject reads, I'm trying to figure out if there's a common way that you can tell if someone has traced a graphic? Basically, I want to know if someone traces any object, like a letter or shape, something like that.
The only way I could think of is by writing a library that captures some user input, that defines what a "good" trace is, and writing some coordinates to a file in order to store the information. Which is my second question, could I do this on the DS, or would I have to create the files in advance, and compile them into the rom?
Also, how do I move one image in front or in back of another? I'm currently using PALib to handle graphics, but I don't mind using the NDS library. I tried swapping the sprite numbers, but it never works.
-Matt
The only way I could think of is by writing a library that captures some user input, that defines what a "good" trace is, and writing some coordinates to a file in order to store the information. Which is my second question, could I do this on the DS, or would I have to create the files in advance, and compile them into the rom?
Also, how do I move one image in front or in back of another? I'm currently using PALib to handle graphics, but I don't mind using the NDS library. I tried swapping the sprite numbers, but it never works.
-Matt