How can I check in my SpriteClass.Create if I am intersecting (colliding) immediately with another sprite? I tried collisioned, but doesn't seem to work (properly) - that is, it appeared to work, but not 100%.
What I want to do is reset the X,Y of the sprite, if it already intersects an existing sprite (of another class).