Okay, I have another question. I am trying to add the getURL function to an onRelease command for my button. Does this look right?
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.
|