Re: Scale an image from an absolute point

2005-07-24 Thread Roger . E . Eller
Thank you to everyone who replied to this thread. Using snippets from each suggestion, I think I will be able to arrive at a solution that fits my situation. Roger Eller [EMAIL PROTECTED] ___ use-revolution mailing list

Re: Scale an image from an absolute point

2005-07-24 Thread Ken Norris
Hi again, Roger, On Jul 23, 2005, at 10:00 AM, [EMAIL PROTECTED] wrote: Date: Sat, 23 Jul 2005 12:10:52 -0400 From: [EMAIL PROTECTED] Subject: Scale an image from an absolute point I need to scale an image from an absolute point within the image rect. This point will not be the loc or any

Scale an image from an absolute point

2005-07-23 Thread Roger . E . Eller
I need to scale an image from an absolute point within the image rect. This point will not be the loc or any of the 4 corners. The image must stay positioned (locked) by a point where the user clicks during the scaling routine. Does anyone have an idea of how to best approach this? I could

RE: Scale an image from an absolute point

2005-07-23 Thread MisterX
lingering in low priority land... cheers Xavier -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Saturday, July 23, 2005 18:11 To: How to use Revolution Subject: Scale an image from an absolute point I need to scale an image

Re: Scale an image from an absolute point

2005-07-23 Thread Ken Norris
Hi Roger, Date: Sat, 23 Jul 2005 12:10:52 -0400 From: [EMAIL PROTECTED] Subject: Scale an image from an absolute point I need to scale an image from an absolute point within the image rect. This point will not be the loc or any of the 4 corners. The image must stay positioned (locked

Re: Scale an image from an absolute point

2005-07-23 Thread Ken Norris
P.S., Date: Sat, 23 Jul 2005 12:21:43 -0700 From: Ken Norris [EMAIL PROTECTED] Subject: Re: Scale an image from an absolute point From the previous posted script: lock screen set the rect of me to offsetL,offsetT,offsetR,offsetB unlock screen You don't need the lock/unlock

Re: Scale an image from an absolute point

2005-07-23 Thread Alejandro Tejada
on Sat, 23 Jul 2005 [EMAIL PROTECTED] wrote: I need to scale an image from an absolute point within the image rect. This point will not be the loc or any of the 4 corners. The image must stay positioned (locked) by a point where the user clicks during the scaling routine. Does anyone