A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: attachMovie inside another attachMovie

  1. #1
    Member
    Join Date
    Dec 2000
    Posts
    85

    attachMovie inside another attachMovie

    is it possible to attach a movieclip, and then attach another inside of it? i'm trying to load in images via using loadMovie and XML (a little background) i want the image to be dropped in to have a mask applied to it so that the image appears as a rounded rectangle... here's my code for the for loop that attaches the movie clips...

    PHP Code:
    for (i=1i<=totalImagesi++) {
                    
    attachMovie("multiplebox""box_"+ii);
                    
    movieNamer=_root["box_"+i];

    is it possible to attach a movie inside of 'box_"+i'?

  2. #2
    half as fun, double the price senocular's Avatar
    Join Date
    Feb 2002
    Location
    San Francisco, CA (USA)
    Posts
    4,361
    yes

  3. #3
    Member
    Join Date
    Dec 2000
    Posts
    85
    yeah, i figured it out.

    how can i attach a movie over the movies that i attached and have those movies mask the other movies below them?
    Last edited by spidergrant; 10-26-2002 at 03:59 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center