home *** CD-ROM | disk | FTP | other *** search
/ PCNet 2006 March / PCnet 2006-06.3.iso / Apps / Flash / FDBuilder1160CNET.exe / CDTools / clipart.swf / scripts / frame_1 / DoAction.as
Encoding:
Text File  |  2005-10-25  |  672 b   |  19 lines

  1. function clipStart()
  2. {
  3.    gotoAndStop(2);
  4. }
  5. function clipEnd()
  6. {
  7.    gotoAndStop(3);
  8. }
  9. p = _parent;
  10. if(p._name == "page_mc")
  11. {
  12.    timer = _parent.main.trim("**ictext(show_settings)");
  13.    trans = _parent.main.trim("**ictext(transform)00000000000000000000000000000000000000000");
  14.    click = _parent.main.trim("**ictext(click_action)000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000");
  15.    col = _parent.main.trim("**ictext(border_settings)");
  16.    p.clipSet(this);
  17. }
  18. stop();
  19.