home *** CD-ROM | disk | FTP | other *** search
- function clipStart()
- {
- gotoAndStop(2);
- }
- function clipEnd()
- {
- gotoAndStop(3);
- }
- p = _parent;
- if(p._name == "page_mc")
- {
- timer = _parent.main.trim("**ictext(show_settings)");
- trans = _parent.main.trim("**ictext(transform)00000000000000000000000000000000000000000");
- click = _parent.main.trim("**ictext(click_action)000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000");
- col = _parent.main.trim("**ictext(border_settings)");
- p.clipSet(this);
- }
- stop();
-