How? This is what I have now and it doesn’t work:
_root.createEmptyMovieClip(“testimage”, 1); \ New Movie Clip
loadMovie(test.image1name, “testimage”); \ test.image1name = “image-4.jpg”, the url of an image
testimage._width = 350; \ Properties for the Movie Clip
testimage._height = 150;\ Properties for the Movie Clip
testimage._x = 50; \ Properties for the Movie Clip
testimage._y = 50; \ Properties for the Movie Clip
Ugh. I’m tired and this is tiring me. Can somebody help me?
EDIT: Weird. When I traced “testimage._width”, it returned 0. But when I traced “testimage._x”, it returned 50 as it should. Huh?
Thanks,
-Raven~Storm.