home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- openXLib("pmatic.dll")
- set printer to printomatic(mnew)
- printer(mnewpage)
- set x1 to 180
- set y1 to 8
- printer(mpicture, the picture of member "image", x1, y1)
- set x1 to the left of sprite 7
- set y1 to the top of sprite 7
- set x2 to the right of sprite 7
- set y2 to the bottom of sprite 7
- printer(mtextbox, x1, y1, x2, y2, 0)
- printer(msettextfont, the textFont of member "field1")
- printer(msettextstyle, the textStyle of member "field1")
- printer(msettextsize, the textSize of member "field1")
- printer(mSetText, the text of member "field1")
- set x1 to the left of sprite 8
- set y1 to the top of sprite 8
- set x2 to the right of sprite 8
- set y2 to the bottom of sprite 8
- printer(mtextbox, x1, y1, x2, y2, 0)
- printer(msettextfont, the textFont of member "field2")
- printer(msettextstyle, the textStyle of member "field2")
- printer(msettextsize, the textSize of member "field2")
- printer(mSetText, the text of member "field2")
- set x1 to the left of sprite 9
- set y1 to the top of sprite 9
- set x2 to the right of sprite 9
- set y2 to the bottom of sprite 9
- printer(mtextbox, x1, y1, x2, y2, 0)
- printer(msettextfont, the textFont of member "user_name")
- printer(msettextstyle, the textStyle of member "user_name")
- printer(msettextsize, the textSize of member "user_name")
- printer(mSetText, the text of member "user_name")
- set x1 to the left of sprite 10
- set y1 to the top of sprite 10
- set x2 to the right of sprite 10
- set y2 to the bottom of sprite 10
- printer(mtextbox, x1, y1, x2, y2, 0)
- printer(msettextfont, the textFont of member "user_straat")
- printer(msettextstyle, the textStyle of member "user_straat")
- printer(msettextsize, the textSize of member "user_straat")
- printer(mSetText, the text of member "user_straat")
- set x1 to the left of sprite 11
- set y1 to the top of sprite 11
- set x2 to the right of sprite 11
- set y2 to the bottom of sprite 11
- printer(mtextbox, x1, y1, x2, y2, 0)
- printer(msettextfont, the textFont of member "user_postcode")
- printer(msettextstyle, the textStyle of member "user_postcode")
- printer(msettextsize, the textSize of member "user_postcode")
- printer(mSetText, the text of member "user_postcode")
- set x1 to the left of sprite 12
- set y1 to the top of sprite 12
- set x2 to the right of sprite 12
- set y2 to the bottom of sprite 12
- printer(mtextbox, x1, y1, x2, y2, 0)
- printer(msettextfont, the textFont of member "user_stad")
- printer(msettextstyle, the textStyle of member "user_stad")
- printer(msettextsize, the textSize of member "user_stad")
- printer(mSetText, the text of member "user_stad")
- set x1 to the left of sprite 13
- set y1 to the top of sprite 13
- set x2 to the right of sprite 13
- set y2 to the bottom of sprite 13
- printer(mtextbox, x1, y1, x2, y2, 0)
- printer(msettextfont, the textFont of member "user_land")
- printer(msettextstyle, the textStyle of member "user_land")
- printer(msettextsize, the textSize of member "user_land")
- printer(mSetText, the text of member "user_land")
- printer(mprint)
- printer(mdispose)
- closeXLib("pmatic.dll")
- go("print_done")
- end
-