Eddie_E
06-11-2008, 07:22 AM
Hi
Ive used this script before to rewind a movie clip but its not currently working for a different type of movie. what i have is a movie clip to first load the intro then another movie clip within this which is the button. Within the button movie clip 7 frames are used with individual images on each with the following script on the first frame:
stop();
this.onRollOver = function() {
rewind = false;
this.play();
};
this.onRollOut = function() {
rewind = true;
};
this.onDragOut = function() {
rewind = true;
};
then i have a stop(); on the 7th frame. If you look at the following link you will see clearer what I mean. I want the button to roll backwards when the curser moves off the link. Any reason why the code is not working??
http://be-graphics.com/sites/testing/nav/
Thank you
Ben
Ive used this script before to rewind a movie clip but its not currently working for a different type of movie. what i have is a movie clip to first load the intro then another movie clip within this which is the button. Within the button movie clip 7 frames are used with individual images on each with the following script on the first frame:
stop();
this.onRollOver = function() {
rewind = false;
this.play();
};
this.onRollOut = function() {
rewind = true;
};
this.onDragOut = function() {
rewind = true;
};
then i have a stop(); on the 7th frame. If you look at the following link you will see clearer what I mean. I want the button to roll backwards when the curser moves off the link. Any reason why the code is not working??
http://be-graphics.com/sites/testing/nav/
Thank you
Ben