Search found 1 match
- Tue Jul 28, 2015 9:38 pm
- Forum: Support and Development
- Topic: [LoveFrames] KeyPress to click a button.
- Replies: 1
- Views: 1468
[LoveFrames] KeyPress to click a button.
So, I'm using the loveframes library. In my game textboxes occur often so I turned displaying them into a function: function displayTextBox(inputStringArray) currentTextPossition = 1 local textFrame = loveframes.Create("frame") textFrame:SetName("") textFrame:SetPos(0,476) textFr...