hi there ive created a several guilabels on screen. I also created two buttons "bigger" and "smaller" . the gui labels are all different sizes and need to start with one size and depending on the user clicking bigger or smaller it needs to show the correct gui label.(bigger or smaller than currently on screen)
I have some experience with actionscript3 using flash and I would use the onmouseclick label.visible = true for the label i wanted to show and visible = false for the labels that need to be hidden.
Could anyone assist me on how to code this in javascript and in unity please?