home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2003 March / pcgo-cd2-03-2003.cdrom / PROGRAMM / demo / carrara / QuickTour / qt3.swf / scripts / DefineSprite_57 / frame_2 / DoAction.as
Encoding:
Text File  |  2002-06-25  |  1.2 KB  |  19 lines

  1. resizeValue = _parent.viewletwidth;
  2. playing = true;
  3. if(resizeValue >= 110)
  4. {
  5.    setProperty("right", _X, 612.8 - (640 - resizeValue));
  6.    setProperty("right2", _X, 580.5 - (640 - resizeValue));
  7.    setProperty("stretch", _xscale, resizeValue / 640 * 100);
  8.    setProperty("fill", _width, resizeValue / 640 * 539 - (640 - resizeValue) * 0.1565);
  9.    setProperty("horizontal", _width, resizeValue / 640 * 540 - (640 - resizeValue) * 0.156);
  10.    setProperty("playhead", _X, 42);
  11. }
  12. _parent.infopanel._x = _parent.centerx;
  13. _parent.infopanel._y = _parent.centery;
  14. _parent.infopanel._visible = false;
  15. _parent.infopanel.author = "<p align=\'center\'><font face=\'verdana\' size=\'11\'>" + _root.author_name + "</font></p>";
  16. _parent.infopanel.email = "<p align=\'center\'><font face=\'Verdana\' size=\'11\'><a href=\'mailto:" + _root.author_email + "\'>" + _root.author_email + "</a></font></p>";
  17. _parent.infopanel.web = "<p align=\'center\'><font face=\'Verdana\' size=\'11\'><a href=\'" + _root.author_url + "\' target=\'_blank\'>" + _root.author_url + "</a></font></p>";
  18. _parent.infopanel.body = "<font face=\'verdana\' size=\'11\'>" + _root.author_bodytext + "</font>";
  19.