Need help fixing a couple glitches in my game

D

Dusk Charmant

Guest
Currently I have two problems with my game, and I have included pictures to illustrate.

1) When I go into this specific room, a duplicate of the player is created in the corner. Normally that would be because there is a player object in the room, but I can't find anything.



2) When I go into this next room, it puts a bunch of objects over and under the tiles, as though it is rendering
various objects in my game between the cracks. None of these objects are in the room, so it seems like a
glitch. How would I fix this exactly?

 
Are you drawing stuff using a controller object? Sometimes I forget to turn off visibility in the "child" objects after setting up a controller object to draw them.

Does the duplicate player image move around? Or is it totally static?
 
Top