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;
- }
- freezenow = freeze;
- delayall = delay;
- xposadd = 300;
- xposstart = parseFloat(x1) + xposadd;
- yposstart = parseFloat(y1);
- kerningbasis = 18;
- xscaletext = parseFloat(xscaletext);
- setProperty("letter02", _xscale, xscaletext);
- yscaletext = parseFloat(yscaletext);
- setProperty("_root.letter02", _yscale, yscaletext);
- hexV = parseInt(colorbackground);
- myColor = new Color(background);
- myColor.setRGB(hexV);
- hexV = parseInt(colortext);
- myColor = new Color(letter02);
- myColor.setRGB(hexV);
- if(l == loop)
- {
- if(loop == 0)
- {
- }
- gotoAndPlay(23);
- }
- l += 1;
-