I have this in actions on a movieclip
function displayImage() {
if(targetRotation>=1453 and targetRotation<=1482) {
createTextField("dynamic_txt", 4, 100, 100, 150, 30);
dynamic_txt.text = "Here's some text";
loadMovieNum(txtImageURL6.text,2);
}
The text will not load on the main stage, the image comes in fine!!!!
I also want to load a var Bio1=Heres some text
Instead of hard coding the text
ANy Ideas