thats pretty good.

as for my problem on the ball game, i think that is probably the reason too, but i forgot to save it as an .fla file, so all i have now is that. i guess i'm going to try and rewrite it when i get the chance.

what i can't seem to figure out is how to make it so that when you get to a certain point or get an "item" that it changes to the next level. it was kind of bugging me. i figured i could just use this:

onClipEvent(enterFrame){
if(this.hitTest(_root.item)){
gotoAndStop(2)
}
}

but its not working. got any pointers?