Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: RE: [flasher] How to use loadMovie to position a movie specifically?
From: Mats Persson
Date: Mon, 22 Jan 2001 20:12:22 -0000



Richard,

LoadMovies can be done in two ways.

1. Load movie into Level

If this is what you want to do the best, fastest and easiest way is to
create another movie of the same dimensions and background colour as your
_level0 movie and then position whatever you wish to position in the correct
position in that movie. That way, your new content will end up in the
correct position when loaded on top of level0, (please note, the background
will be transparent in all subsequent levels of load movies, but you can put
a graphics in a layer to block your bottom layer content).

2. Load Movie into MovieClip

Create an empty movieclip (or put a guide layer into it for easier
positioning) and create your LoadMovie to the size of this MovieClip and
then load the movie into this "target" MC.


Hope that helps you,

Mats
matsatimediatec [dot] co [dot] uk


-----Original Message-----
From: Richard Lettau [richardatfotoinfo [dot] com (mailto:richardatfotoinfo [dot] com)]
Sent: 22 January 2001 12:11
To: flasher from chinwag
Subject: [flasher] How to use loadMovie to position a movie
specifically?


I was struggling with loadMovie to position a movie on the main movie. I
tried to use setProperty after I loaded the movie but was unable to get
it into a position I wanted.... An help with the code. Set property
looked like it needed an "On" event like "release".......


loadMovie("big.swf", _level4, );
setProperty("big.swf", _x = 200);

Thanks.....
Richard....



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The Chinwag site carries a wealth of Flash resources.
Find useful links, suggested reading and archives at:

** http://www.chinwag.com/flasher **
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You are subscribed to flasher as: matsatimediatec [dot] co [dot] uk
To unsubscribe, email leave-flasher-479293Yatlists [dot] chinwag [dot] com




[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]