So then it has to be something with your hitTest. Might be the whole _root.gotoAndPlay(120) line.

I suggest naming frame 120 on Scene2. Click on it and at the bottom left you will see a spot where you can give the frame a name. Then change the line to:

_root.gotoAndPlay("frameName");

Give that a try