flash probs.

Out of context: Reply #18

  • Started
  • Last post
  • 28 Responses
  • method_c0

    Well, i now have this (and it doesn't give any errors!) .. but it doesn't work either any idea why ?

    the contact.html link DOES still work but the scaling does not

    contactBut.onLoad = function() {
    scale = 0;
    }

    contactBut.onRollOver = function() {
    if (scale == 1) {
    _y = _y + (150 - _y)/3;
    }
    if (scale == 0) {
    _y = _y + (105 - _y)/5;
    }
    }

    contactBut.onRelease = function () {
    getURL("pages/contact.html", "content");
    }

View thread