flash probs.

Out of context: Reply #9

  • Started
  • Last post
  • 28 Responses
  • method_c0

    hmm that aint working, i can't use onRelease on a MC .. or can i ? : (Statement must appear within on/onClipEvent handler)

    and when i just put the instance name in front of it like this :

    contactBut.onClipEvent (mouseDown) {
    getURL("pages/contact.html", "content");
    }

    i get:

    **Error** Scene=Scene 1, layer=buttons, frame=1:Line 12: Expected a field name after '.' operator.
    contactBut.onClipEvent (mouseDown) {

View thread