PDA

View Full Version : ::Help Req:: Loading a movie into a certain section



kruza
July 6th, 2002, 10:26 AM
If i set-up a scene with buttons and interface i want to press a button to load a movie but not covering the whole page (template) just to be shown in a section, how do i got about doing that?



thanks in advance!

(actionscript please)

eyezberg
July 6th, 2002, 02:34 PM
loadMovie (moviename, target);
just don't loadMovieNum into a level (which covers the whole scene),
but into an empty container target movie clip, which you size and position as needed.