How to do this?

I have a button to click but i do not noe if i should declare it as a button or declare it as a movieclip??

I need to click on that button to go to the next frame
can anyone help me with it??

currently i have this so far but the whole swf file is blinking but not showing…reasons why is it blinking i have no idea.

even with a stop function it does not work at all as there were other codes
running as well…

if anyone can help me but dun understand de codes i have put, you can prompt me over here or prompt me through my email : punk123123123@hotmail.com and i will send it over.

Thanks alot…


startBtn.addEventListener(MouseEvent.CLICK, startBtnClick);

function startBtnClick(event:MouseEvent):void
{
	gotoAndPlay("GamePanel");
	
}