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