home *** CD-ROM | disk | FTP | other *** search
- i = 1;
- xposstart = parseFloat(x3);
- yposstart = parseFloat(y3);
- hexV = parseInt(colortext);
- myColor = new Color(letter03);
- myColor.setRGB(hexV);
- hexV = parseInt(colortext);
- myColor = new Color(fade);
- myColor.setRGB(hexV);
- hexV = parseInt(colorbackground);
- myColor = new Color(background);
- myColor.setRGB(hexV);
- setProperty("letter03", _visible, false);
- playsound = "";
-