Hey I am creating a photo gallery , and everytime you hit a button a picture loads and a caption appears. The image loads fine, but how do I call the text… this is what I got so far, this AS is in the Button:
button.onPress.createTextField("theField_txt", 1, 20, 26.9, 242.9, 22.30);
theField_txt.text = "Rugged Coastline & Beach"
theField_txt._visible = true;
Also, how can I hide it afterwards to load another caption in the field, or should will it erase the last caption automaticaly?