Lodmot #1 Posted February 27, 2012 (edited) I found a strange glitch with the multisprite kernel. In my game, I have it so when the car changes direction, it switches to the corresponding sprite for that direction. However on one of the directions, the car sprite has an extra line at the top that shouldn't be there. I checked the sprite code and the line isn't there. Interestingly enough, if I change around the order of the loops in the code, the line will go to a different directional sprite. It seems to be a timing issue of some kind.... Perhaps I've made the code between each drawscreen too long? I should mention I wrote a physics engine for the car, so that along with the drawing of missiles that the car fires, along with the directional sprites, maybe is pushing it a bit? EDIT: As I was trying to figure out the problem, I eventually said "screw it", and continued work on the game. Then after adding a few pieces of unrelated code into the game and testing it again, the weird sprite glitch mysteriously disappeared. Strange....... So I guess..... uh..... this issue has been resolved...? xD default.bas default.bas.bin Edited February 29, 2012 by Lodmot Quote Share this post Link to post Share on other sites