I have made a box and in that box I want my words to appear. I have been able to do that with an external text file. The problem is I cannot seem to change the font color or size. Here is the code I have been using.
box1text.loadVariables("Boxtext1.txt", "/"
;
boxtext1.textColor = 0xffffff;
boxtext1.textSize = 10;
boxtext1.selectable = false' The secret in education lies in respecting the student. {Ralph Waldo Emerson}.
box1text.loadVariables("Boxtext1.txt", "/"
boxtext1.textColor = 0xffffff;
boxtext1.textSize = 10;
boxtext1.selectable = false' The secret in education lies in respecting the student. {Ralph Waldo Emerson}.