I have a stack group and one of the items that I have is pa now playing option. Sometimes the text is too long and I want to figure out how to make it to where he goes from one line to two lines.
Also, is there a way to save something that you edited if it says that is locked?
Unfortunately, the Morphing Text doesn’t have such feature.
As an analogy… think of the Text object in Kustom preset is like a Textbox in Words, while Morphing Text object is like a Wordart in Words.
I hope my analogy is correct.
As Baju said Morphing Text doesn’t have word wrapping built in. If it’s important enough to you, it would be possible using by using tc(len, …) and tc(cut,…) to calculate the length of your text, then cut the appropriate first section to fit your font size and text box, then insert a hard carriage return, and display the second and/or third line of the text.
Regarding your other question, if you are trying to edit someone else’s komponent and they’ve locked it, then you’re unable to do anything except buy it from the designer, or try to rebuild it from scratch.
Less likely, if it’s something you’ve created from scratch then it’s possible that you’ve accidently locked something. It you select an Item so you can see it’s properties and you check the box at the right hand side of a property, then at the top menu bar you’ll see a lock icon.
Thanks I don’t know how to do that.
Since you’ve asked a number of questions you’ve probably seen my answer in one of the others but here’s my recommendation in case you missed it:
If you’re interested in learning more I highly recommend Brandon Craft’s CraftMath website which has excellent links to his YouTube video tutorials; I also recommend Tored’s Guide to Koding which is really great for people that prefer having a written page in front of them while they work.