A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Pop UP Windows/Close in a movie

  1. #1
    Member
    Join Date
    May 2000
    Posts
    34

    Pop UP Windows/Close in a movie

    I am developing a site Spirit Beanies when you click on the Samples button a button called Styles will be there. If you click on that button & choose the first beanie a load movie comes up for a larger version of the beanie. I am trying to figure out how to close the window. I am searching through actionscripts & help but no luck. Any help would be appreciated.

    Maybe the load movie is the wrong technic. I just want a pop up window to appear & the ability to close the window when you choose another beanie.

    Thanks in advance for the help.

    Deb

  2. #2
    Just make a invisable button and add the following code:
    on (release) {
    unloadMovieNum (1);
    }

    and specify the level that your loadmovie was sent to.
    Hope it helps, Ed

  3. #3
    Member
    Join Date
    May 2000
    Posts
    34
    thanks for the help.

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