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(colortext);
- myColor = new Color(fade);
- myColor.setRGB(hexV);
- hexV = parseInt(colorbackground);
- myColor = new Color(background);
- myColor.setRGB(hexV);
- playsound = "";
-