Message 1 of 5
Changing Caption on a Button in Script during Flow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hey folks.
I have a button "MyButtonName" pos....etc
I want to change the Button Caption on different actions like this:
1. Button Caption is: "Select xy"
2. after action is done Button Caption is "DONE"
This is already Working!
Now i want to set it back to the Start means after a short sleep i want to have it back to Caption in 1 ("select xy")
In Unity i did such things with switch cases but in Maxscript i am lost.
How can i set a kind of procedural Caption Placeholder that carries out the Caption name into the button?
THX and Regards