muiltiple loads

Out of context: Reply #37

  • Started
  • Last post
  • 41 Responses
  • MX_OnD0

    my shite laid open to any crit(icism)

    thank you kindly:

    attachMovie("holder_mc", "holder01_mc", 1);

    holder01_mc.loadMovie("test.jpg... 1);

    nextClips = function() {
    clearInterval(loadInterval);
    for(i=0;i= 100) {
    nextClips();
    }
    }

    loadInterval = setInterval( loading, 50 );

    all you need do is rename test.jpg and the _x property in the
    initObject of the attachMovie in the nextClips function, just a sample
    so to speak...
    test use and tweak to taste.

View thread