PDA

View Full Version : loading movies


bahrami
10-09-2001, 10:13 PM
Hello!

How do I change the position of a loaded swf in level 2 of my main movie.

apmc
10-10-2001, 03:11 AM
Hi!

I see your problem is about changing the position of your loaded .swf in level 2 of your main movie. Ok, first off, in your main movie, you should determine where the new _x and _y position of your loaded .swf should be positioned. (a great help for that is by taking note of the _x and _y values in the info panel.)

Ok, after taking note of the new_x and _y values in the info panel of your main movie, open the source file of your loaded .swf movie. In the info panel, type in the new _x and _y values that you like.

The next step is to test preview your loaded.swf movie (not the main movie). Close the test preview. Now, save your loaded .swf movie then close it.

The final step is to start testing your main movie and see if you got your loaded .swf movie where you want it to be located. I dunno if you're using a button to load your movie. Well, whatever.

Hope this helps!

-apmc:D

Jesse
10-10-2001, 04:07 AM
load it into an MC. then you can setProperty the MC. if you have to load it into a level use:
_level2._x = 200;
yes you can manipulate levels like you can movieclips but it's not advisable, so don't tell anyone I told you how :)
oh and remember to search, I answerred this one 36 hours ago.