home *** CD-ROM | disk | FTP | other *** search
- function setWords(w)
- {
- if(_root.hil == w && _root.hic == "click")
- {
- _root.hil = "";
- unsetWords();
- }
- else
- {
- _root.hil = w;
- if(w == "a")
- {
- this.words._x = 50;
- this.words.gotoAndStop("a0");
- }
- else if(w == "b")
- {
- this.words._x = 88;
- this.words.gotoAndStop("b0");
- }
- else if(w == "c")
- {
- this.words._x = 124;
- this.words.gotoAndStop("c0");
- }
- else if(w == "d")
- {
- this.words._x = 162;
- this.words.gotoAndStop("d0");
- }
- else if(w == "e")
- {
- this.words._x = 200;
- this.words.gotoAndStop("e0");
- }
- else if(w == "f")
- {
- this.words._x = 234;
- this.words.gotoAndStop("f0");
- }
- else if(w == "g")
- {
- this.words._x = 269;
- this.words.gotoAndStop("g0");
- }
- else if(w == "h")
- {
- this.words._x = 306;
- this.words.gotoAndStop("h0");
- }
- else if(w == "i")
- {
- this.words._x = 339;
- this.words.gotoAndStop("i0");
- }
- else if(w == "j")
- {
- this.words._x = -999;
- this.words.gotoAndStop("j0");
- }
- else if(w == "k")
- {
- this.words._x = -999;
- this.words.gotoAndStop("k0");
- }
- else if(w == "l")
- {
- this.words._x = 432;
- this.words.gotoAndStop("l0");
- }
- else if(w == "m")
- {
- this.words._x = 467;
- this.words.gotoAndStop("m0");
- }
- else if(w == "n")
- {
- this.words._x = 507;
- this.words.gotoAndStop("n0");
- }
- else if(w == "o")
- {
- this.words._x = 548;
- this.words.gotoAndStop("o0");
- }
- else if(w == "p")
- {
- this.words._x = 581;
- this.words.gotoAndStop("p0");
- }
- else if(w == "q")
- {
- this.words._x = 622;
- this.words.gotoAndStop("q0");
- }
- else if(w == "r")
- {
- this.words._x = 658;
- this.words.gotoAndStop("r0");
- }
- else if(w == "s")
- {
- this.words._x = 688;
- this.words.gotoAndStop("s0");
- }
- else if(w == "t")
- {
- this.words._x = 721;
- this.words.gotoAndStop("t0");
- }
- else if(w == "u")
- {
- this.words._x = -999;
- this.words.gotoAndStop("u0");
- }
- else if(w == "v")
- {
- this.words._x = 791;
- this.words.gotoAndStop("v0");
- }
- else if(w == "w")
- {
- this.words._x = 831;
- this.words.gotoAndStop("w0");
- }
- }
- }
- function unsetWords(w)
- {
- if(_root.hil != w)
- {
- this.words._x = -500;
- _root.hil = "";
- }
- }
- function circRollOff(l)
- {
- if(l == "a")
- {
- if(_root._ymouse <= 154 || _root._xmouse <= 49)
- {
- this.unsetWords("0");
- this.azclip.gotoAndStop(1);
- }
- }
- else if(l != "z")
- {
- if(_root._ymouse <= 154)
- {
- this.unsetWords("0");
- this.azclip.gotoAndStop(1);
- }
- }
- }
- _root.hic = "";
-