I will insert bolleans into an array, when you an item[s] it makes a bollean[s] true.
Rather than doing that, you should use a Vector if you know that all of the members of the array are of the same data type. I'm assuming you're using AS3, I don't think that AS2 had the Vector class.
AS3 Livedocs: Vector Class