|
-
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);
}
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|