Movement is done in my _psPlaying state:

dxSpriteEngine1.Dead;
dxSpriteEngine1.Move(1);

Drawing is done in the RenderPlay state:

DXSpriteEngine1.Draw;


All other objects gets drawn but not the explosions.