Page 1 of 1

upside down text?

Posted: Mon Jun 11, 2012 12:14 am
by cwkalish
Hello,
I am developing for tablets and have an app for 2 players facing each over over the tablet. I'd like to have text appear "upside down" (at least from 1 player's view). Is there a way to do this?
Thanks.
-Chuck

Re: upside down text?

Posted: Mon Jun 11, 2012 12:24 am
by Dixie
Take a snapshot of the field...
hide the field
Rotate the image of the snapshot 180°
display the snapshot at the location of the field..

be well

Dixie

Re: upside down text?

Posted: Mon Jun 11, 2012 12:33 am
by Mark

Re: upside down text?

Posted: Mon Jun 11, 2012 9:00 pm
by cwkalish
Thanks. The unicode trick seems cooler, but the snapshot easier. I'll probably go for easy. But thanks for both tips.

Re: upside down text?

Posted: Mon Jun 11, 2012 9:23 pm
by cwkalish
oops. One further question: How can I refer to the image that gets imported? It doesn't seem to be selected when it imports, it isn't in "it"...

Re: upside down text?

Posted: Mon Jun 11, 2012 9:42 pm
by Mark
Hi,

It is strange that it isn't in "it", but you can probably still refer to it as "the last image".

Kind regards,

Mark