I debug a bug in the yesterday

QQ图片20150830135832

in the unity , I want to delete a element in the Array by index, so I called the function  array.remove(index); but it remove the first match the element. I realize that I should call the function like this, array.RemoveAt(index)

game is here:http://ludumdare.com/compo/ludum-dare-33/?action=preview&uid=55854