home *** CD-ROM | disk | FTP | other *** search
- _parent.lock = "on";
- r = random(7);
- if(r == 0)
- {
- s = new Sound();
- s.attachSound("wrong0");
- s.start(0,0);
- }
- else if(r == 1)
- {
- s = new Sound();
- s.attachSound("wrong1");
- s.start(0,0);
- }
- else if(r == 2)
- {
- s = new Sound();
- s.attachSound("wrong2");
- s.start(0,0);
- }
- else if(r == 3)
- {
- s = new Sound();
- s.attachSound("wrong3");
- s.start(0,0);
- }
- else if(r == 4)
- {
- s = new Sound();
- s.attachSound("wrong4");
- s.start(0,0);
- }
- else if(r == 5)
- {
- s = new Sound();
- s.attachSound("wrong5");
- s.start(0,0);
- }
- else if(r == 6)
- {
- s = new Sound();
- s.attachSound("wrong6");
- s.start(0,0);
- }
-