Notifications
Clear all

[Closed] Input Box

hi all

As i am new to using the visual max script editor you may excuse the following question.

How do i make an input box on a rollout so that i can store what the user is inputing in a variable. Also the text that was inputed has to be constantly visible. ps at the mo i am using the edit text box

regards

Nebille

2 Replies

The edit text box works fine, but you have to read the value of the text to make it useful.

Use:


var = textboxName.text

Thanks man