AS help

Out of context: Reply #5

  • Started
  • Last post
  • 6 Responses
  • elkew0

    There is no reason why unfit's script won't work.

    The only things i can think of are createEmptyMovieClip requires you to define where: ie this.createEmptyMoveiClip or _root.createEmptyMovieClip or _root.myMc.createEmptyMovieClip et al...

    To be sure your button is working, put a trace action in there too

    ie:
    nextButton.onRelease = function() {
    d++;
    c++;
    transition(d, c);
    trace("attempting to create transition");
    };

View thread