Combined Code
// unknown tag 88 length 74
movieClip 6 {
}
button 12 {
on (press) {
_root.gotoAndStop(94);
}
}
movieClip 13 {
}
instance dlog1 of movieClip 13 {
onClipEvent (load) {
this._visible = false;
}
}
movieClip 16 {
}
frame 93 {
stop();
}
button 17 {
on (press) {
dlog1._visible = true;
}
}
button 18 {
on (press) {
gotoAndStop(95);
}
}
button 19 {
on (press) {
gotoAndStop(96);
}
}
button 20 {
on (press) {
gotoAndStop(96);
}
}
button 25 {
on (press) {
var spook = Math.ceil(Math.random() * 64) + 0;
trace(spook);
if (spook == 1) {
jumpscare._visible = true;
jumpscare.gotoAndPlay(2);
}
}
}
button 26 {
on (press) {
var spook = Math.ceil(Math.random() * 64) + 0;
trace(spook);
if (spook == 1) {
jumpscare._visible = true;
jumpscare.gotoAndPlay(2);
}
}
}
movieClip 30 {
frame 1 {
stop();
}
frame 39 {
_root.gotoAndStop(94);
}
}
instance jumpscare of movieClip 30 {
onClipEvent (load) {
this._visible = false;
}
}
button 35 {
on (press) {
gotoAndStop(97);
}
}
button 36 {
on (press) {
gotoAndStop(93);
}
}
movieClip 41 {
frame 1 {
stop();
}
frame 3 {
gotoAndStop(1);
}
}
button 45 {
on (press) {
_root.deserts._xscale = -100;
_root.nextFrame();
}
}
button 46 {
on (press) {
gotoAndStop(93);
}
}
button 49 {
on (press) {
_root.deserts._xscale = 100;
_root.prevFrame();
}
}
button 50 {
on (press) {
stopAllSounds();
gotoAndStop(93);
}
}