home *** CD-ROM | disk | FTP | other *** search
- if(bg == 1)
- {
- setProperty("background", _visible, false);
- }
- GlobalSound = new Sound();
- globalsound.setVolume(vol);
- if(url == "")
- {
- setProperty("_root.geturlmovie", _visible, false);
- }
- else
- {
- _root.geturlmovie.url = url;
- }
- af = random(2) + 1;
- i = 1;
- kerningbasis = 19;
- setProperty("letter", _visible, false);
- xposstart = parseFloat(x1);
- yposstart = parseFloat(y1);
- yy = parseFloat(y);
- setProperty("background", _yscale, yy);
- hexV = parseInt(colorbackground);
- myColor = new Color(background);
- myColor.setRGB(hexV);
- xscaletext = parseFloat(xscaletext);
- setProperty("letter", _xscale, xscaletext);
- yscaletext = parseFloat(yscaletext);
- setProperty("_root.letter", _yscale, yscaletext);
- hexV = parseInt(colortext);
- myColor = new Color(letter);
- myColor.setRGB(hexV);
- if(l == loop)
- {
- if(loop == 0)
- {
- }
- gotoAndPlay(23);
- }
- l += 1;
-