Joke Collection Website - Cold jokes - Flash voice control code with high score

Flash voice control code with high score

my Sound = new Sound();

Mysound.loadSound("mp3 file path ",true);

my sound . start(0);

onEnterFrame=function(){

Mysound.setVolume(mc。 _x)// The volume is the _x coordinate of the movie MC.

//Respond to an event when the volume is greater than 60%

If (mc. _ x & gt60){

Trace (event to respond to)

}

Otherwise {

Tracking ("No")

}

}

//-Description: You have to pass startdrag () separately; Control the sliding of movie mc

That's it. Give me extra points if you do well in the exam, hahaha. . . .