So I am a newb at flash and you guys seem reasonably nice (compared to some other places)
So I was wandering if you were willing to help. I appreciate the help of anyone but to the experienced programmers - please don't laugh if my code looks stupid.
I have found in my own writing that it is more organized, which is important if you leave the project for a while and come back to it and realize that it need to be recoded all over again due to the code being jumbled all over the place. Or if you are showing to someone else they can easily find everything
weirdilike, since you helped me, let me help you if you dont know already.
when making your game place it in a movie clip, then you can use the main timeline to program everything in the movie clip, and have 100 frames in the movie clip
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.