home *** CD-ROM | disk | FTP | other *** search
- i = 1;
- xposstart = parseFloat(x3);
- yposstart = parseFloat(y3);
- hexV = parseInt(colortext);
- myColor = new Color(letter);
- myColor.setRGB(hexV);
- hexV = parseInt(colorbackground);
- myColor = new Color(background);
- myColor.setRGB(hexV);
- playsound = "";
- delayall = line3.length * (line3.length / 20 + 0.5);
- _root.effectholder600.delayall = line3.length * (line3.length / 20 + 0.5);
- setProperty("letter", _visible, false);
-