mattsky27
09-03-2004, 06:08 PM
I am trying to apply some script to a button so when pressed itll jump the playhead to a certain frame depending on where the playhead is at the time of the button being pressed.
This is the script but it doesnt work,
arrowup.onRelease = function() {
};
if (_global_name == "search") {
MovieClip.gotoAndPlay(1);
}
Any ideas?
This is the script but it doesnt work,
arrowup.onRelease = function() {
};
if (_global_name == "search") {
MovieClip.gotoAndPlay(1);
}
Any ideas?