I have done that but what actionscript is needed to link to url?
This is what I have tried:
Code:
this.reserve_btn.onRelease = function()
{getURL("reserve.html");
}
I am getting a compiling error when I goto test movie in flash:
Code:
1180: Call to a possibly undefined method getURL.
and with the above code my button's stop action no longer works. It keeps looping back on rollover instead of stopping at the end of animation.
Last edited by Jasonpv : 04-13-2008 at 10:30 PM.
|