home *** CD-ROM | disk | FTP | other *** search
- on(release){
- if(image.s == 1)
- {
- stopAllSounds();
- image.gotoAndPlay("s2");
- }
- if(image.s == 2)
- {
- stopAllSounds();
- image.gotoAndPlay("s3");
- }
- if(image.s == 3)
- {
- stopAllSounds();
- image.gotoAndPlay("s4");
- }
- if(image.s == 4)
- {
- stopAllSounds();
- image.gotoAndPlay("s5");
- }
- if(image.s == 5)
- {
- stopAllSounds();
- image.gotoAndPlay("s6");
- }
- if(image.s == 6)
- {
- stopAllSounds();
- image.gotoAndPlay("s7");
- }
- if(image.s == 7)
- {
- stopAllSounds();
- image.gotoAndPlay("s8");
- }
- if(image.s == 8)
- {
- stopAllSounds();
- image.gotoAndPlay("s9");
- }
- if(image.s == 9)
- {
- stopAllSounds();
- image.gotoAndPlay("s10");
- }
- if(image.s == 10)
- {
- stopAllSounds();
- image.gotoAndPlay("s11");
- }
- if(image.s == 11)
- {
- stopAllSounds();
- image.gotoAndPlay("s12");
- }
- if(image.s == 12)
- {
- stopAllSounds();
- image.gotoAndPlay("s13");
- }
- if(image.s == 13)
- {
- stopAllSounds();
- image.gotoAndPlay("s14");
- }
- if(image.s == 14)
- {
- stopAllSounds();
- image.gotoAndPlay("s15");
- }
- bt_play.gotoAndStop(1);
- }
-