A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Remove Movie Clip problem

  1. #1
    Senior Member
    Join Date
    Oct 2000
    Posts
    105
    ok here is the deal....
    I have been working ona new website located at
    http://www.barques.co.uk/trial

    the problem i have is that whenever you select one of the buttons to goto the scene you need , say client list, it keeps thr slider movie clip in the next scene.
    I have tried to remove the clip as detailed below


    This is the code for the button....

    appreciate the help

    Regards
    Paul


    on (press) {
    removeMovieClip ("slider");
    tellTarget ("../") {
    gotoAndPlay ("client", "client");
    unloadMovieNum (1);
    removeMovieClip (slider);
    }
    }
    on (rollOver) {
    xd = "1";
    tellTarget ("/testy") {
    gotoAndPlay ("05a");
    }
    tellTarget ("/action") {
    stop ();
    }
    tellTarget ("/action2") {
    stop ();
    }
    tellTarget ("/action3") {
    stop ();
    }
    tellTarget ("/action4") {
    stop ();
    }
    tellTarget ("/action5") {
    play ();
    }
    tellTarget ("/action6") {
    stop ();
    }
    }
    on (rollOut) {
    xd = "0";
    tellTarget ("/testy") {
    gotoAndPlay ("05b");
    }
    }
    on (release) {
    removeMovieClip (Slider);
    }

  2. #2
    Senior Member
    Join Date
    Oct 2000
    Posts
    105
    anyone got any ideas?

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