A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: Keeping a loaded movie in scene when changing frame...

  1. #1
    Member
    Join Date
    Jun 2004
    Posts
    94

    Keeping a loaded movie in scene when changing frame...

    create an empty movie...load it with the following..
    loadMovie ("openpic.swf", _root.holder_mc);

    how do I keep this movie on stage, without reloading, if I go to another frame?...I still have the holder_mc on the stage...

    Would the problem with it disappearing be that it is masked?
    Last edited by Motty99; 09-08-2006 at 03:45 AM. Reason: adding more info

  2. #2
    Senior Member cancerinform's Avatar
    Join Date
    Mar 2002
    Location
    press the picture...
    Posts
    13,449
    You maintain the movieclip to load the movie in all frames, but when you don't want to see it you set alpha of the movieclip to 0.
    - The right of the People to create Flash movies shall not be infringed. -

  3. #3
    Member
    Join Date
    Jun 2004
    Posts
    94

    It appears to be a masking issue...

    I can load the movie without a mask, and it will show in the next frame, as long as I have the empty clip on stage...but if I mask it, the clip disappears on the next frame..

  4. #4
    Island Boy
    Join Date
    Apr 2006
    Posts
    655
    Is the mask layer extended to the next frame?

  5. #5
    Member
    Join Date
    Jun 2004
    Posts
    94

    Yep...

    It does extend to the next frame...in fact, I'm just gotoAndStop ing at the next frame...

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