I have a balloon. When I press on it it has to be removed. So I use this code.
Code:
 
on (press) {
	_root.removeMovieClip("balloon1");
}
Now I wonna know why it doesn't work. Can anybody tell me that?