Simple speaking bubble

How to make it when click on it many times, it will speak the different bubble? Like this flash banner http://youth.sg/ fellow with the mic on the left.

I can only do like this. It will go to frame called hi only.

on (release) {
gotoAndPlay(“hi”);
}

Thanks for any help. Really appreciate it!