Deleting an object from array

Hi

I am currently developing a game in AS3. The game has an array that contain all Movable objects, but during the game a Movable might die, so the question is how do i delete that array element? There is of course the splice() Method, but does it delete the object or what? I searched the internet, and some places the write that I should use the delete statement, setting a null reference or something completely different…

By the way it would be nice if you could post the code, it’s a lot easier to understand:thumb:

Thanks in advance!