On Friday, November 9, 2001, at 02:51 PM, use-revolution-
[EMAIL PROTECTED] wrote:

> Hi all,
>
> Just wanted to thank everyone who provided me with insight into
> possible ways of rotating graphic objects.
>
> Am disappointed to discover that the "rotate" command in version 1.1
> only applies to "image" objects and not "graphic" objects as well.
>
> When using the "rotate" command to rotate an "image" object the
> resulting rotated images exhibits jaggies which get worse the more
> you rotate the image.  Are there any ideas out there on how to
> prevent or correct this problem?
>
> I also have need of launching a pdf file from Revolution, but have
> been entirely unsuccessful in getting  the "launch" command to work
> in either MacOS X or MacOS 9.  Any ideas?
>
> Thanks again to all you have taken time to respond to a newbie
> Revolutionist like me. :-)
> --
> Best regards,
> Johann.

What I would do is store a copy of the original image and every time the 
user rotates it, they are actually rotating an image that is never been 
touched.  This is an ok solution if you do not have many big image files 
laying about.  You could store them off on the hard drive in a temp 
area.  This would save on memory but would have a minor hit in 
performance each time the file is loaded back in.

Did you try the script I posted for you on rotating polygons?  That 
should have done it if that is all you want to rotate.  Save the rotate 
command for images only if you can.

-Mark Talluto

Reply via email to