on 1/16/02 5:48 PM, [EMAIL PROTECTED] wrote:
> 
> # PRINT CARD TO FIT PAGE WIDTH
> on mouseUp
> put the rectangle of this card into myRectangle
> set itemDelimiter to ","
> put item 1 of myRectangle & itemDelimiter into myXYstartpoint
> put item 2 of myRectangle after myXYstartpoint
> put item 3 of myRectangle & itemDelimiter into myXYendpoint
> put item 4 of myRectangle after myXYendpoint
> print this card from myXYstartpoint to myXYendpoint into 10,10,600,800
> end mouseUp

Rodger, say some wear on your fingers:

on mouseUp
get the rect of this cd
print this cd from item 1 of it, item 2 of it to item 3 of it, item 4 of it
into 10,10,600,800
end mouseUp


regards, Philip


_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to