Home
Help
Search
Login
Register
Attract-Mode Support Forum
»
Attract-Mode Support
»
Scripting
»
Rotate the text
« previous
next »
Print
Pages: [
1
]
Author
Topic: Rotate the text (Read 3830 times)
Manual do Fliperama
Jr. Member
Posts: 18
Rotate the text
«
on:
February 13, 2021, 01:33:12 PM »
I need to rotate a text for my Pinball theme, but I'm not getting it. Can someone help me?
Eu preciso rotacionar um texto para meu tema de Pinball, mas não estou conseguindo. Alguém pode me ajudar?
«
Last Edit: February 13, 2021, 01:35:53 PM by Manual do Fliperama
»
Logged
jedione
Hero Member
Posts: 1135
punktoe
Re: Rotate the text
«
Reply #1 on:
February 15, 2021, 06:26:20 AM »
Code:
[Select]
local text = fe.add_text( "wellow world", 0, 0, 300, 800 );
text.charsize = 27;
text.rotation = 90;
Logged
help a friend....
Print
Pages: [
1
]
« previous
next »
Attract-Mode Support Forum
»
Attract-Mode Support
»
Scripting
»
Rotate the text