How to rotate a graphic

2009-11-14 Thread Claus Dreischer
Hi, there must be a realy obvious solution, but i can't see it :-/ I put a gradient on a graphic (type rectangle). This gradient is from left to right. Now i just want to turn it by 90 degrees, so that my gradient is from top to bottom. Dictionary gives my rotate and angle, but both won't do

Re: How to rotate a graphic

2009-11-14 Thread Jan Schenkel
Hi Claus, Take a look at the 'fillGradient' property in the Dictionary. It is an array of different properties of the gradient which fills your graphic. Of particular interest are the 'from', 'to and 'via' sub-properties, as these designate where the gradient starts and ends, and at what angle.

Re: How to rotate a graphic

2009-11-14 Thread Mark Wieder
Claus- Saturday, November 14, 2009, 8:45:18 AM, Jan wrote: Take a look at the 'fillGradient' property in the Dictionary. It is an array of different properties of the gradient which fills your graphic. Of particular interest are the 'from', 'to and 'via' sub-properties, as these designate

Re: How to rotate a graphic

2009-11-14 Thread Colin Holgate
On Nov 14, 2009, at 11:45 AM, Jan Schenkel wrote: Take a look at the 'fillGradient' property in the Dictionary. It is an array of different properties of the gradient which fills your graphic. Of particular interest are the 'from', 'to and 'via' sub-properties, as these designate where the

Re: How to rotate a graphic

2009-11-14 Thread Jan Schenkel
The 'angle' property is only applicable to graphics of type 'oval' - it is actually a synonym for the 'startAngle' property, which along with the 'arcAngle'property, allows you to make segments of an oval, rather than a full oval. It would be great if the RunRev team could give us any type of

Re: How to rotate a graphic

2009-11-14 Thread Scott Rossi
Recently, Colin Holgate wrote: what is the reason that the rectangle itself doesn't rotate? You can set the loc of a graphic, and that works, and you can set the angle of the graphic, and put it to see that it's changed, but the graphic hasn't rotated. I'll guess the reason is because the

Re: How to rotate a graphic

2009-11-14 Thread Jan Schenkel
: Re: How to rotate a graphic To: How to use Revolution use-revolution@lists.runrev.com Date: Saturday, November 14, 2009, 8:45 AM Hi Claus, Take a look at the 'fillGradient' property in the Dictionary. It is an array of different properties of the gradient which fills your graphic

Re: How to rotate a graphic

2009-11-14 Thread Jim Sims
On Nov 14, 2009, at 7:07 PM, Jan Schenkel wrote: It would be great if the RunRev team could give us any type of affine transformation, as is possible with Java2D graphics. They allow you to apply translation, rotation, stretching, skewing, etc. to anything you 'draw' in a Graphics2D

Re: How to rotate a graphic

2009-11-14 Thread Scott Rossi
Recently, Claus Dreischer wrote: So, how do i get a gradient from top to bottom? SHAMELESS PLUG If you're interested in managing gradients a bit more interactively, I have a Revolution plugin called tm|gradient that allows you to control virtually every gradient property, along with preset

Re: How to rotate a graphic

2009-11-14 Thread Jan Schenkel
at the same time. (La Rochefoucauld) --- On Sat, 11/14/09, Jim Sims s...@ezpzapps.com wrote: From: Jim Sims s...@ezpzapps.com Subject: Re: How to rotate a graphic To: How to use Revolution use-revolution@lists.runrev.com Date: Saturday, November 14, 2009, 10:22 AM On Nov 14, 2009, at 7

Re: How to rotate a graphic

2009-11-14 Thread Claus Dreischer
Ok, this is really getting embarrassing ... @Jan: Yes, now i can somewhat understand what the dictionary tried to tell me. (basic embarrassment i get quite a lot when trying something new) Yes, suddenly there are some round selection points i can use to interactively rotate the gradient. (This

Re: How to rotate a graphic

2003-03-29 Thread Ken Norris
** Date: Fri, 28 Mar 2003 10:28:15 -0800 Subject: Re: How to rotate a graphic From: Scott Rossi [EMAIL PROTECTED] Recently, Ken Norris wrote: Nothing appears to work on a circular/oval graphic. At least it's name, which appears as text in it, doesn't turn. You should note

Re: How to rotate a graphic

2003-03-29 Thread Scott Rossi
Recently, Ken Norris wrote: I'm guessing you mean using an _image_ with text in it as part of the picture, in which case the whole thing should rotate, but not text as a property value, in this case, the name or label. Is that what you mean? Yes -- you can try it out and see for yourself.

Re: How to rotate a graphic

2003-03-28 Thread Ken Norris
** Date: Fri, 28 Mar 2003 04:34:23 +0100 Subject: Re: How to rotate a graphic From: =?ISO-8859-1?Q?Bj=F6rnke_von_Gierke?= [EMAIL PROTECTED] rotate is for pictures, use revRotatePoly instead. -- Thanks, but I already tried that; it won't rotate a circular/oval graphic, which

RE: How to rotate a graphic

2003-03-28 Thread Ken Norris
** From: Ken Ray [EMAIL PROTECTED] Subject: RE: How to rotate a graphic Date: Thu, 27 Mar 2003 21:40:35 -0600 Organization: Sons of Thunder Software Ken, Check out angle (as in set the angle...) -- Thanks Ken, but no joy. Nothing appears to work on a circular/oval

Re: How to rotate a graphic

2003-03-28 Thread Scott Rossi
Recently, Ken Norris wrote: Nothing appears to work on a circular/oval graphic. At least it's name, which appears as text in it, doesn't turn. You should note that currently text cannot be rotated in Rev/MC, regardless of what object displays it. You can simulate this effect by rotating a

How to rotate a graphic

2003-03-27 Thread Ken Norris
I tried: rotate me by 45 rotate graphic CALL by 45 ...don't work. How do I rotate a graphic? TIA, Ken N. ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: How to rotate a graphic

2003-03-27 Thread Björnke von Gierke
rotate is for pictures, use revRotatePoly instead. On Freitag, Mär 28, 2003, at 00:58 Europe/Zurich, Ken Norris wrote: I tried: rotate me by 45 rotate graphic CALL by 45 ...don't work. How do I rotate a graphic? TIA, Ken N. ___ use-revolution

RE: How to rotate a graphic

2003-03-27 Thread Ken Ray
To: [EMAIL PROTECTED] Subject: How to rotate a graphic I tried: rotate me by 45 rotate graphic CALL by 45 ...don't work. How do I rotate a graphic? TIA, Ken N. ___ use-revolution mailing list [EMAIL PROTECTED] http