Hello there, I have a problem here that I can’t seem to figure out. What I want to do is load a image into a movie that has actionscripted movements attached to it.
The movie works fine without the loadmovie function. What I can’t seem to understand is why, when the image is loaded into the movie, I can’t get the movie to move.
What does the loadmovie function do that would cause the as to stop working.
Thanks
Note: Has had one to many cups of coffee today, no big words please
Thx for the help, what I ended up doing is just placing the loaded image one level lower. I created another Movie instance inside of dsc000 and it worked fine. Your solution worked great, but when I duplicated the movie I couldn’t get it to work correctly. By moving the loaded image one level down it seemed to solve my problem, for now that is