Flash Help

Out of context: Reply #2

  • Started
  • Last post
  • 5 Responses
  • ********
    0

    on (press) {
    numswatted = 0;
    amount = (random(10)+1);
    while (amount>0) {
    hw = (random(100)+1);
    duplicateMovieClip(_root.Fly_, "mc"+x, x);
    setProperty("mc"+x, _x, random(400));
    setProperty("mc"+x, _y, random(400));
    setProperty("mc"+x, _xscale, hw);
    setProperty("mc"+x, _yscale, hw);
    x++;
    amount--;
    var numfly = x;
    }
    }

View thread