Combined Code
frame 1 {
stop();
}
// unknown tag 88 length 68
button 6 {
on (press) {
gotoAndStop(2);
}
}
frame 2 {
stop();
}
button 10 {
on (press) {
gotoAndStop(3);
}
}
button 12 {
on (press) {
gotoAndStop(7);
}
}
frame 3 {
stop();
}
button 16 {
on (keyPress '<Right>') {
gotoAndStop(4);
}
}
button 18 {
on (press) {
gotoAndStop(1);
}
}
frame 4 {
stop();
}
button 21 {
on (keyPress '<Left>') {
gotoAndStop(3);
}
}
button 22 {
on (keyPress '<Right>') {
gotoAndStop(5);
}
}
frame 5 {
stop();
}
button 25 {
on (keyPress '<Left>') {
gotoAndStop(4);
}
}
button 26 {
on (keyPress '<Right>') {
gotoAndStop(6);
}
}
frame 6 {
stop();
}
button 29 {
on (keyPress '<Left>') {
gotoAndStop(5);
}
}
frame 7 {
stop();
}
button 30 {
on (keyPress '<Right>') {
gotoAndStop(8);
}
}
frame 8 {
stop();
}
button 31 {
on (keyPress '<Left>') {
gotoAndStop(7);
}
}
button 32 {
on (keyPress '<Right>') {
gotoAndStop(9);
}
}
frame 9 {
stop();
}
button 33 {
on (keyPress '<Left>') {
gotoAndStop(8);
}
}
button 34 {
on (keyPress '<Right>') {
gotoAndStop(10);
}
}
frame 10 {
stop();
}
button 37 {
on (keyPress '<Left>') {
gotoAndStop(9);
}
}