Combined Code
frame 1 {
}
button 6 {
on (keyPress '<Space>') {
stopAllSounds();
}
}
frame 31 {
stop();
}
button 41 {
on (release) {
nextFrame();
}
}
frame 32 {
stop();
}
button 49 {
on (keyPress '<Right>') {
gotoAndStop(33);
}
}
button 51 {
on (keyPress '<Right>') {
gotoAndStop(33);
}
}
button 52 {
on (keyPress '<Left>') {
gotoAndStop(34);
}
}
button 1020 {
on (release) {
nextFrame();
}
}
frame 33 {
}
button 1024 {
on (keyPress '<Left>') {
gotoAndStop(32);
}
}
button 1026 {
on (keyPress '<Right>') {
gotoAndStop(34);
}
}
frame 34 {
}
button 1758 {
on (keyPress '<Right>') {
gotoAndStop(32);
}
}
button 1760 {
on (keyPress '<Left>') {
gotoAndStop(33);
}
}