--->random shape

Out of context: Reply #8

  • Started
  • Last post
  • 15 Responses
  • ********
    0

    Math.round(Math.random()*50); k++) {
    this.someshapes.curveTo(Math.rou... Math.round(Math.random()*567), Math.round(Math.random()*567), Math.round(Math.random()*567));
    }
    this.someshapes.endFill();
    this.someshapes._x = _root._xmouse-567*.5;
    this.someshapes._y = _root._ymouse-567*.5;
    this.someshapes.setMask();
    pic.setMask(someshapes);
    };
    word = new Sound();
    word.loadSound("simple.mp3", true);
    word.start(0, 1);

View thread