A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: movie level problem

  1. #1
    Getting better day by day.....
    Join Date
    Mar 2005
    Location
    United Kingdom
    Posts
    79

    movie level problem

    I am having the following problem:
    If I use the load movie option then all the button actions on the levels underneath remain active. Therefore if I move the mouse about over the newly loaded movie the mouse will pick up all these supossedly hidden links. How can I stop this without unloading the other levels.

  2. #2
    undead creature necromanthus's Avatar
    Join Date
    Feb 2002
    Location
    ROM
    Posts
    1,890
    If you can't change the layout and there're some buttons underneath the loaded movie,you have to deactivate those buttons:

    button1.enabled = false;
    button2.enabled = false;
    ...


    Later, you may activate them again:
    button1.enabled = true;




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