I'm trying to do much the same thing only I have made a movie clip with the mouse actions defined in the time line (up, over, down and hit). The file works exatly as I want it to but I can't figyure out how link this movie clip to the other web pages on my site. This is the code that I use for scene 1:
<code>
this.button_mc.onRollOver = function ()
{button_mc.gotoAndPlay("_over") ; }
this.button_mc.onRollOut = function ()
{button_mc.gotoAndPlay("_out") ; }
</code>
What I need is the code that says when the mouse clicks on my movie clip it should go to the desired page. I've searched the internet until I'm blue in the face trying to make "Get URL's, clip events, mouse actions and a few others. Nothing will get past the test movie phase. I've tried adding the action to both the scene 1 and the button_mc time lines. Nothing works (that I have tried). I'm new to this and have a lot to learn. I'm using Flash Pro version 7. I would greatly appreciate some help.
I inserted this code and it appears to work fine, no error messages when the movie was tested. A big step in the right direction. When I test the button it doesn't go to the web page that I typed in (
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.