A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: loading movie into movie

  1. #1
    Junior Member
    Join Date
    Oct 2002
    Location
    Germany
    Posts
    7

    loading movie into movie

    hi there

    i think t´s a simple problem, but i can´t solve it...

    i have a button in my main movie which loads a second movie into a empty movie in the main movie - the second movie is half visible so that you can see the button behind. thats how i want it... but that button still catches the mouse even if its behind the second movie and i dont want that - what can i do to prevent that?

    on (release) {
    loadMovie("temp.swf", "_root.loadingplace");
    }

    greetings | deniTHOR

  2. #2
    Banned
    Join Date
    Apr 2001
    Location
    Montréal, Québec.
    Posts
    25,397
    When you load the movie, disable that button. When you get rid of the movie, re-enable it.

    http://www.flashkit.com/tutorials/Ac...-767/index.php

  3. #3
    Moderator enpstudios's Avatar
    Join Date
    Jun 2001
    Location
    Tampa, Fl.
    Posts
    11,282
    That's a good tute !!

  4. #4
    Junior Member
    Join Date
    Oct 2002
    Location
    Germany
    Posts
    7
    great!
    that works - thanks for your help

    greetings | deniTHOR

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