Emmett-

Hi and welcome to the list.

Thursday, December 24, 2009, 9:13:04 AM, you wrote:

> If there is a way to rotate text in Rev I would have an easy
> solution. I didn't find it, nor can I find a text as graphic tool in
> Rev to do it the HC way... TIA for help.

Here's my attempt at it - this code in a button script will create a
graphic from the text, then rotate it 90 degrees:

on mouseUp pMouseBtnNo
    import snapshot from field "fldTextToRotate"
    set the angle of the last image to 90
end mouseUp

-- 
-Mark Wieder
 mwie...@ahsoftware.net

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to