Flash Help — BADLY!

Out of context: Reply #2

  • Started
  • Last post
  • 11 Responses
  • Day0

    i just played with your file, i got it to work when i put the onRelease functions on the _root action frame. I gave the print movieclip the instance name of "printbut", hope that works for ya.

    ********
    printbut.onRelease = function() {
    _root.print_proj.gotoAndPlay("st...
    _root.identity_proj.gotoAndStop...
    _root.web_proj.gotoAndStop("stop...
    };

    ********

View thread