hello! I have a print btn in my movie that when clicked will print the current sprite.I am doing this thru the printomatic xtra and here's the code i am using.However, I would not like the background to be printed as well.Is there a way to achieve this? on mouseUp me set doc=new(xtra "PrintOMatic_Lite") if not objectP(doc) then exit setdocumentname doc, "My Document" setMargins doc, Rect(36,36,36,36) doPageSetup(doc) setTextFont doc, "Helvetica" setTextSize doc, 10 setTextStyle doc, "normal" setFontcolor doc, "#000000" append doc, member "intro" append doc, RETURN & "Blah! Blah! Blah!", TRUE if doJobSetup (doc)=TRUE then Print doc set doc = 0 end thanx & regds.......Dimple _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]) Lingo-L is for learning and helping with programming Lingo. Thanks!]
