On Thu, 18 Mar 2004 06:36:24 -0800, Richard Gaskin <[EMAIL PROTECTED]> wrote:
> What I would like is a command which would make the image forget about
> its original size by substituting the current size for the original size
> wherever it's stored in the object.
set the lockLoc of img 1 to true
I don't think that will make the image forget its original size forever, but only while the lockLoc is true. I was looking for a new starting point from which I could then issue a shape change and lockLoc **that**.
Hmmmm...interesting conundrum. Would this do the trick, replacing the contents of the image object with its displayed representation?:
put the imagedata of img 1 into img 1
-- Richard Gaskin Fourth World Media Corporation ___________________________________________________________ [EMAIL PROTECTED] http://www.FourthWorld.com _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
