|
-
The G5 SP
Component Propertiy change
Ok, in a compontent they have 3 choices ...
Blank, 0%, and 100%
and I have
if (startingText == "Blank") {
message_txt.text = "";
} else {
message_txt.text = startingText;
}
in the beginningpart of the script.
How can I have the component see when the property has been changed and then change something in the component.
Is that even possible?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|