A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: "unload movie"

  1. #1
    Member
    Join Date
    Apr 2004
    Posts
    41

    "unload movie"

    Hi,

    I have a movie loaded into my main with "loadmovie" and unloaded with "unload movie". Everything works fine but with the unload movie command I want to be able to get back into my main movie at a SPECIFIC FRAME and not at the frame from which the movie was loaded.

    Is this possible and how do you do that?

    thx Stanno

  2. #2
    Flash Student rabidlemming's Avatar
    Join Date
    Mar 2003
    Location
    UK
    Posts
    382
    hi,

    It should just be a case of using: unloadMovie(targetmoviehere);

    On the frame you want to unload the movie at, I see no reason why you would need to go back to the point in which you loaded the movie clip just to unload it

    I hope this helps in some small way

    Cheers
    Rabid Lemming

    I will wait for death with a smile and a big stick

  3. #3
    Member
    Join Date
    Apr 2004
    Posts
    41
    My MC automatically unloads into the from from which is was loaded and which is also the last frame on the main.

    I used a simple

    on (release) {
    unloadMovie("");
    }

    script without doing anything with the location. How can I point to a specific location (=frame) in my main movie? Should I use framelabels in the main to target at?

    tnx
    Stanno

  4. #4
    Flash Student rabidlemming's Avatar
    Join Date
    Mar 2003
    Location
    UK
    Posts
    382
    hi,

    you can use frame labels or tell targets to point to a specific point

    I hope this helps in some small way, sorry its not much help

    Cheers
    Rabid Lemming

    I will wait for death with a smile and a big stick

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