Flash AS help needed

  • Started
  • Last post
  • 1 Response
  • slice

    I've ask the author, and the forum and can't get a response so I'm trying here - seems pretty simple (but I dont know what I'm doin).
    After one of the menu items are selected, how do I get it to loadMovie with the "title name.swf" in an instance/target that has the same "title name?" thanks again ...

    MovieClip.prototype.initBtn = function() {

    this.btn.onRelease = function() {

    _root.shuffle(this._parent.id);

    trace("----");

    trace("loadMovie "+this._parent.title+".swf");

    trace("or getURL "+this._parent.title+".htm");

    trace("or loadVars "+this._parent.title+".txt");

    _root.resetBtns();

    this._parent.nextFrame();

    };

    };

  • slice0

    b#mp

    anyone?