Hi,
first of all I am completely new to AS3. I want to create a simple website, with 3 buttons. Once you click on the button, content should appear next to it. But i have trouble programming even one button.
Here is the script:
stop(); photography_btn.addEventListener(MouseEvent.CLICK, photoclick); function photoclick(event:MouseEvent) { gotoAndPlay("photography"); }
But Flash says: 1120: Access of undenfined property photography_btn. I have looked everywhere on the internet for the past two days, but since I am so new at this, other people's solutions don't really help me.
Also, I integrated a stop action, but the script won't stop! I have put the actions on the first frame.
Please, I need some help, getting really desperate otherwise...
Thank you!! Jennifer