A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: how do i deactivate buttons on movie layers

  1. #1
    Junior Member
    Join Date
    Feb 2001
    Posts
    21
    does anyone know how to de-activate buttons on say layer 0 when a loaded movie on layer 1 contains buttons too, the buttons in the lower layer keep working.

    hope that makes sense!!, help, please!!!

  2. #2
    Senior Member
    Join Date
    Jun 2000
    Posts
    1,180
    Hi..
    You need to send the level the buttons are in to a blank keyframe. If you add this script to a button in your main level, that should do the trick:

    on (release) {
    loadMovieNum ("myMovie.swf", 1);
    _level0.goToAndPlay("blankKeyframe");
    }

    Hope this helps.

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