View Single Post
Old 06-07-2005, 11:47 PM   #2 (permalink)
Sean
 
Sean's Avatar
 
Title: Founder/Admin
Join Date: Jan 2004
Location: Sydney, Australia
Age: 28
Posts: 8,916
Blog Entries: 4
Rep Power: 10 Sean will become famous soon enough
Send a message via MSN to Sean Send a message via Skype™ to Sean
Re: AS2 script for buttons

ok to goto another web site add this

Code:
on (release) {
	getURL("http://www.bluepearl-design.com");
}
to another part of your flash file add this:
Code:
on (release) {
_root.gotoAndPlay("frame1", 1)
}
hope this helps
Sean is offline   Reply With Quote