Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
Is there a way to change a line in a list box to some new Text?
All I see is "Set Line Data" which does not do this.
So Line 2 reads "Hot" and I can make Line 2 Read "Cold"
Thanks
You can do it by deleting line 2 then inserting at line 2.
-> ListBox: Delete line 2
-> ListBox: Insert line "Cold" at line 2
Develop games in your browser. Powerful, performant & highly capable.
+ System: Start of layout
-> ListBox: Add line "hot"
+ Button: On Button clicked
-> ListBox: Delete line 1
-> ListBox: Add line "cold"
example