A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: swap

  1. #1
    Member
    Join Date
    May 2002
    Posts
    52

    swap

    hi, so i use loadMovie to load some.swf to loaderMC (the target),which can be a movie clip in an swf on level90. then i use this.swapdepths(50); to tell loaderMC to swap to level50 and it will take some.swf with it?

    do you think you could rewrite- this.swapdepths(50);
    so that it is correct, i guess this becomes loaderMC?

    thanks very much
    mark

  2. #2
    Really this is me..... mentaleruptions's Avatar
    Join Date
    Apr 2002
    Location
    WV, USA
    Posts
    1,114
    Code:
    loadMovie("some.swf", "loaderMC");
    loaderMC.swapDepths(50);
    You could use that so that ur loading and changing the depth at the same time of the loadMC.

    Is that what ur wanting to do ??

    My Flashkit Submited Movies:
    Guestbook: V.1.0 V.1.2 V.1.3 V.1.4 PHP Mail Form: V.1.0
    My Deviantart page: Link

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