home *** CD-ROM | disk | FTP | other *** search
- menustatus = 5;
- call("pro");
- fadescreen();
- _global.rt = this;
- rt.op = 0;
- createEmptyMovieClip("sfx",60001);
- allsfx = ["zclick","zover"];
- var i = 0;
- while(i < allsfx.length)
- {
- this[allsfx[i]] = new sound(sfx);
- this[allsfx[i]].attachsound(allsfx[i]);
- i++;
- }
- this.createEmptyMovieClip("sfx2",60002);
- this.zloop = new sound(sfx2);
- this.zloop.attachsound("zloop");
- this.zloop.start(0,99999);
- loopsound = 1;
- stop();
-