Flash, random sound

Out of context: Reply #7

  • Started
  • Last post
  • 10 Responses
  • ganon0

    unfit here is an example of what i am pushing to the array...:

    //array
    this.correctSound_array = new Array();

    //correct one
    this.createEmptyMovieClip("corre... 20);
    this.correct01 = new Sound(correct01_mc);
    this.correct01.attachSound("corr...
    this.correct01.setVolume(100);
    this.correct01.setPan(0);
    this.correctSound_array.push("co...

    erverything works ok, except for the start line in the function(prev post)....

View thread