Frame 1 (290 B)
stop();
mySound = new Sound();
mySound.attachSound("mini_music");
soundInstance = new Sound();
soundInstance.attachSound("mini_music");
mySound = new Sound();
mySound.attachSound("Car_Engi-Towfigh_-7369_hifi");
soundInstance = new Sound();
soundInstance.attachSound("car_start");
Frame 43 (18 B)
gotoAndPlay (23);
Frame 124 (17 B)
gotoAndStop (1);
Symbol 14 Button (34 B)
on (release) {
gotoAndPlay (2);
}
Symbol 17 Button (53 B)
on (release) {
s = new sound();
s.setVolume(100);
}
Symbol 21 Button (51 B)
on (release) {
s = new sound();
s.setVolume(0);
}
Symbol 32 Button (35 B)
on (release) {
gotoAndPlay (44);
}