Post #1 · Posted at 2015-07-16 05:35:18pm 10.3 years ago
Th3_Ov3rHell_3XoduZ | |
|---|---|
| Member | |
| 313 帖子 | |
| |
| Reg. 2012-09-13 | |
| "ITG, The Best Dance Machine!" | |
Hello, I was trying to figure out How to make something likes a Text Input (not using ScreenTextEntry)... I have tried a lot of things but I still need help. I already preset the elements. I just need the script to make all works.

That Gray Quad is a Cursor, it moves between the numbers u can see, I have tried to using a InputCallback to insert a number on the large quad where it will receive the numbers u enters and then make something with it.
Anyone can help me with this?

That Gray Quad is a Cursor, it moves between the numbers u can see, I have tried to using a InputCallback to insert a number on the large quad where it will receive the numbers u enters and then make something with it.
Anyone can help me with this?
Post #2 · Posted at 2015-07-16 06:42:50pm 10.3 years ago
Kyzentun | |
|---|---|
| Member | |
| 3,205 帖子 | |
| |
| Reg. 2008-02-20 | |
| "I'm honestly pissed off." | |
This sounds similar to what ScreenHeartEntry does: Present a numpad with a cursor the player can move around and use Start to enter a number.
So read through the ScreenHeartEntry example and try it out.
https://github.com/stepmania/stepmania/blob/master/Docs/Themerdocs/Examples/Example_Screens/ScreenHeartEntry.lua
So read through the ScreenHeartEntry example and try it out.
https://github.com/stepmania/stepmania/blob/master/Docs/Themerdocs/Examples/Example_Screens/ScreenHeartEntry.lua
Post #3 · Posted at 2015-07-16 06:59:15pm 10.3 years ago
Th3_Ov3rHell_3XoduZ | |
|---|---|
| Member | |
| 313 帖子 | |
| |
| Reg. 2012-09-13 | |
| "ITG, The Best Dance Machine!" | |
Last updated: 2015-07-16 06:59pm
Quote: Kyzentun
This sounds similar to what ScreenHeartEntry does: Present a numpad with a cursor the player can move around and use Start to enter a number.
So read through the ScreenHeartEntry example and try it out.
https://github.com/stepmania/stepmania/blob/master/Docs/Themerdocs/Examples/Example_Screens/ScreenHeartEntry.lua
So read through the ScreenHeartEntry example and try it out.
https://github.com/stepmania/stepmania/blob/master/Docs/Themerdocs/Examples/Example_Screens/ScreenHeartEntry.lua
Oh ok... Im gonna check it out if this can help me, thx u
A Question... this is How the ScreenHeartEntry should looks like?? It has only a number increasing every 0.1 second i guess

Post #4 · Posted at 2015-07-16 07:31:12pm 10.3 years ago
Kyzentun | |
|---|---|
| Member | |
| 3,205 帖子 | |
| |
| Reg. 2008-02-20 | |
| "I'm honestly pissed off." | |
Read these two lines, and you'll understand why it's blank.
https://github.com/stepmania/stepmania/blob/master/Docs/Themerdocs/Examples/Example_Screens/ScreenHeartEntry.lua#L24-L25
https://github.com/stepmania/stepmania/blob/master/Docs/Themerdocs/Examples/Example_Screens/ScreenHeartEntry.lua#L24-L25
