Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Adding a simple button

Status
Not open for further replies.

giuliand

Programmer
Joined
Jul 26, 2004
Messages
4
Location
AU
Hi,
In Flash MX i am using the stabdard button tool which comes with the program. when i try to simple program the button to change frames once pressed it doesnt do anything. It should change frames.

The code I am using within the button is:

on (Release) {
gotoandstop (2);
}

This isnt working though.

Can anyone help?????

Thanks in advance!!!!
 
Are you trying to get the button to change frames or the main timeline?

Wow JT that almost looked like you knew what you were doing!
 
make sure the AS is on the button and not the frame... you should not see a little a in the frame...



[conehead]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top