Clayton Bellmor
07-19-2006, 12:42 PM
I have a mc that "slides" when a release function is triggered and slides back when rolled out.
Here's the working swf with the errors you'll see (also, the four buttons don't all work because of the movieclip in question) : http://www.clay.bellmor.com/PFC/html
// first frame
stop();
onRelease = function() {
gotoAndPlay("start");
}
// 13th frame
stop();
onRollOut = function() {
gotoAndPlay("end");
}
Here's some extra info:
1) http://www.clay.bellmor.com/PFC/html/timeline.png
2) http://www.clay.bellmor.com/PFC/htlm/final.fla
This is my first site and I really have no clue how to script or manual animate it so that it functions properly.
Thank you for any help
Here's the working swf with the errors you'll see (also, the four buttons don't all work because of the movieclip in question) : http://www.clay.bellmor.com/PFC/html
// first frame
stop();
onRelease = function() {
gotoAndPlay("start");
}
// 13th frame
stop();
onRollOut = function() {
gotoAndPlay("end");
}
Here's some extra info:
1) http://www.clay.bellmor.com/PFC/html/timeline.png
2) http://www.clay.bellmor.com/PFC/htlm/final.fla
This is my first site and I really have no clue how to script or manual animate it so that it functions properly.
Thank you for any help