Skip to main content
Inspiring
October 7, 2015
Answered

Adding TextFields to TextFields

  • October 7, 2015
  • 1 reply
  • 231 views

Here's what I need:

A function is called which uses 5 arrays, one for the high damage percentage, one for the low damage percentage, one for the amount of magic points that it costs, one for the frame label, and one for the actual name of the attack. I have a system set up to play the animation, but I need this function to

(a) create a text field

(b) create smaller text fields (one on top of the other) like a list to hold each item of the array + it's MP cost

(c) if the list goes off of certain pixel bounds, it is now scroll-able.

(d) each line (which would be a separate text box) needs to be able to be clicked and send it's associated frame label (held in one of the arrays) to another function.

Is this even possible?

This topic has been closed for replies.
Correct answer nezarov

Use a "List" component it's more easier as you can customize it.

1 reply

nezarovCorrect answer
Inspiring
October 7, 2015

Use a "List" component it's more easier as you can customize it.