I have a movie clip menu and I cant figure out how to assign urls to the movie clips(not buttons) if you could help I would greatly appreciate it. Sorry if this is a double post short on time =|
The menu is along the top of exgnet.com, I need to figure out how to link the 2nd row (Home, Join, Staff, Apply, Standings, Movies, Log In, Forums.)
Thanks for the help!
Movie Clip Menu
Started by eXGNet, Jun 18 2007 03:49 AM
3 replies to this topic
#1
Posted 18 June 2007 - 03:49 AM
#2
Posted 18 June 2007 - 09:10 AM
inside the movieclip, make an actions layer, or if you've already got one for your button events, just add:
Replace target with where you want the html page to load...could be _blank or something along those lines. Standard targets for HTML.
this.onRelease = function(){
getURL("http://www.myurl.com", target);
}
Replace target with where you want the html page to load...could be _blank or something along those lines. Standard targets for HTML.
#4
Posted 18 June 2007 - 01:18 PM
What error are you getting? You need to replace target as well.
Make sure that code is *inside* the movieclip, not on it. Make a new layer for all your actions, and put that code on the first keyframe.
Make sure that code is *inside* the movieclip, not on it. Make a new layer for all your actions, and put that code on the first keyframe.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users
