You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MIT App Inventor Forum
as Italo already said, use the canvas...
A very good way to learn App Inventor is to read the free Inventor's Manual here in the AI2 free online eBook http://www.appinventor.org/book2 ... the links are at the bottom of the Web page. The book 'teaches' users how to program with AI2 blocks.
You will not find a tutorial, which does exactly what you are looking for. But doing the tutorials (not only reading a little bit) help you to understand, how things are working. This is important and this is the first step to do.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mitappinv...@googlegroups.com
thanks Mr Taifun. i really try to learn App Inventor by reading the free Inventor's Manual. but some times i need an example to understand well . i learnt a lot of things by analysing these examples that is why i steel hope to find an exemple of rotating a textbox.
I want to make two text boxes like this in order to be seen by each player. the Screen Orientation is landscape. Idont want textboxes to be rotated by clicking on a button or touching a canva
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MIT App Inventor Forum
as Italo already said, you can't rotate a textbox
but you can use a canvas and the DrawTextAtAngle method to draw some text onto the canvas, for example draw the text for player 1 by 90 degrees and the text for player 2 by 270 degrees...