A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: HOW CAN I do this!!!!!!help!!

Hybrid View

  1. #1
    Junior Member
    Join Date
    Dec 2003
    Posts
    20

    HOW CAN I do this!!!!!!help!!

    Hi guys,

    Someone please tell me,

    Ive got a movie(X) that loads when i click a button and want another movie(Y) to load ontop of movie(X) at the same time
    Is this possible??

    Thnk you to anyone that replys...
    ..:: www.redmanmedia.com ::..

  2. #2
    Senior Member SJT's Avatar
    Join Date
    Mar 2000
    Location
    London, UK
    Posts
    2,563
    Hi Miguel,

    Depending on how you're loading the clips in you could either load onto the level above the first clip or into an empty clip placed above the first clip.
    code:

    loadMovieNum("clip1.swf",1);
    loadMovieNum("clip2.swf",2);



    or
    Where myOtherClip is placed on stage a layer above myClip
    code:
    myClip.loadMovie("clip1.swf");
    myOtherClip.loadMovie("clip2.swf");



    p.s. if you title you're thread more descriptively, it will help others and you a lot more, i.e. "loading movies above each other" or something, rather than " HOW CAN I do this!!!!!!help!!"
    Sam



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