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...