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