flash probs.

Out of context: Reply #10

  • Started
  • Last post
  • 28 Responses
  • joyride0

    Click on the contactBut (mc)

    In the properties panel, make sure it is named contactBut

    now make sure you have nothing selected on the stage.

    select the layer in the timeline you want the AS to be:

    add the code here:
    contactBut.onRelease = function () {
    getURL("pages/contac t.html", "content");
    };

    I think your trying to put the code on the button or mc itself... *SMACK* don't do that! instead name the object (button or mc) and refer to that object in the code. It's better programming practice.

    Got it?

View thread