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