Frame 1
bytes_loaded = Math.round(_root.getBytesLoaded());
bytes_total = Math.round(_root.getBytesTotal());
getPercent = bytes_loaded / bytes_total;
_root.loadBar._width = getPercent * 100;
_root.loadText = Math.round(getPercent * 100) + "%";
if (bytes_loaded == bytes_total) {
_root.gotoAndPlay("start");
}
Frame 2
gotoAndPlay (1);
Frame 46
pauseDuration = 1000;
framesInLoop = 12;
chat_txt = "Welcome. My name is Mike.";
if (startTime == null) {
startTime = getTimer();
gotoAndPlay(_currentframe - framesInLoop);
} else {
lapsedTime = getTimer() - startTime;
if (lapsedTime < pauseDuration) {
gotoAndPlay(_currentframe - framesInLoop);
} else {
startTime = null;
}
}
Frame 60
pauseDuration = 8000;
framesInLoop = 12;
if (startTime == null) {
startTime = getTimer();
gotoAndPlay(_currentframe - framesInLoop);
} else {
lapsedTime = getTimer() - startTime;
if (lapsedTime < pauseDuration) {
gotoAndPlay(_currentframe - framesInLoop);
} else {
startTime = null;
}
}
Frame 74
pauseDuration = 4000;
framesInLoop = 12;
if (startTime == null) {
startTime = getTimer();
gotoAndPlay(_currentframe - framesInLoop);
} else {
lapsedTime = getTimer() - startTime;
if (lapsedTime < pauseDuration) {
gotoAndPlay(_currentframe - framesInLoop);
} else {
startTime = null;
}
}
Frame 88
pauseDuration = 1120;
framesInLoop = 12;
if (startTime == null) {
startTime = getTimer();
gotoAndPlay(_currentframe - framesInLoop);
} else {
lapsedTime = getTimer() - startTime;
if (lapsedTime < pauseDuration) {
gotoAndPlay(_currentframe - framesInLoop);
} else {
startTime = null;
}
}
Frame 89
stop();
Frame 103
pauseDuration = 9000;
framesInLoop = 12;
if (startTime == null) {
startTime = getTimer();
gotoAndPlay(_currentframe - framesInLoop);
} else {
lapsedTime = getTimer() - startTime;
if (lapsedTime < pauseDuration) {
gotoAndPlay(_currentframe - framesInLoop);
} else {
startTime = null;
}
}
Frame 117
pauseDuration = 2000;
framesInLoop = 12;
if (startTime == null) {
startTime = getTimer();
gotoAndPlay(_currentframe - framesInLoop);
} else {
lapsedTime = getTimer() - startTime;
if (lapsedTime < pauseDuration) {
gotoAndPlay(_currentframe - framesInLoop);
} else {
startTime = null;
}
}
Frame 131
pauseDuration = 1000;
framesInLoop = 12;
if (startTime == null) {
startTime = getTimer();
gotoAndPlay(_currentframe - framesInLoop);
} else {
lapsedTime = getTimer() - startTime;
if (lapsedTime < pauseDuration) {
gotoAndPlay(_currentframe - framesInLoop);
} else {
startTime = null;
}
}
Frame 132
stop();
Frame 146
pauseDuration = 5000;
framesInLoop = 12;
if (startTime == null) {
startTime = getTimer();
gotoAndPlay(_currentframe - framesInLoop);
} else {
lapsedTime = getTimer() - startTime;
if (lapsedTime < pauseDuration) {
gotoAndPlay(_currentframe - framesInLoop);
} else {
startTime = null;
}
}
Frame 147
stop();
Frame 161
pauseDuration = 3500;
framesInLoop = 12;
if (startTime == null) {
startTime = getTimer();
gotoAndPlay(_currentframe - framesInLoop);
} else {
lapsedTime = getTimer() - startTime;
if (lapsedTime < pauseDuration) {
gotoAndPlay(_currentframe - framesInLoop);
} else {
startTime = null;
}
}
Frame 162
switch (_global.option) {
case 1 :
gotoAndPlay ("option1");
break;
case 2 :
gotoAndPlay ("option2");
break;
case 3 :
gotoAndPlay ("option3");
break;
case 4 :
gotoAndPlay ("option4");
break;
case 5 :
gotoAndPlay ("option5");
break;
case 6 :
gotoAndPlay ("option6");
break;
default :
gotoAndPlay ("bye");
}
Frame 176
pauseDuration = 15000;
framesInLoop = 12;
if (startTime == null) {
startTime = getTimer();
gotoAndPlay(_currentframe - framesInLoop);
} else {
lapsedTime = getTimer() - startTime;
if (lapsedTime < pauseDuration) {
gotoAndPlay(_currentframe - framesInLoop);
} else {
startTime = null;
}
}
Frame 177
gotoAndPlay ("bye");
Frame 191
pauseDuration = 18000;
framesInLoop = 12;
if (startTime == null) {
startTime = getTimer();
gotoAndPlay(_currentframe - framesInLoop);
} else {
lapsedTime = getTimer() - startTime;
if (lapsedTime < pauseDuration) {
gotoAndPlay(_currentframe - framesInLoop);
} else {
startTime = null;
}
}
Frame 192
getURL ("mailto:jo@samaritans.org");
gotoAndPlay ("bye");
Frame 206
pauseDuration = 16000;
framesInLoop = 12;
if (startTime == null) {
startTime = getTimer();
gotoAndPlay(_currentframe - framesInLoop);
} else {
lapsedTime = getTimer() - startTime;
if (lapsedTime < pauseDuration) {
gotoAndPlay(_currentframe - framesInLoop);
} else {
startTime = null;
}
}
Frame 207
gotoAndPlay ("bye");
Frame 221
pauseDuration = 13000;
framesInLoop = 12;
if (startTime == null) {
startTime = getTimer();
gotoAndPlay(_currentframe - framesInLoop);
} else {
lapsedTime = getTimer() - startTime;
if (lapsedTime < pauseDuration) {
gotoAndPlay(_currentframe - framesInLoop);
} else {
startTime = null;
}
}
Frame 222
gotoAndPlay ("bye");
Frame 236
pauseDuration = 9000;
framesInLoop = 12;
if (startTime == null) {
startTime = getTimer();
gotoAndPlay(_currentframe - framesInLoop);
} else {
lapsedTime = getTimer() - startTime;
if (lapsedTime < pauseDuration) {
gotoAndPlay(_currentframe - framesInLoop);
} else {
startTime = null;
}
}
Frame 237
gotoAndPlay ("bye");
Frame 251
pauseDuration = 11000;
framesInLoop = 12;
if (startTime == null) {
startTime = getTimer();
gotoAndPlay(_currentframe - framesInLoop);
} else {
lapsedTime = getTimer() - startTime;
if (lapsedTime < pauseDuration) {
gotoAndPlay(_currentframe - framesInLoop);
} else {
startTime = null;
}
}
Frame 252
gotoAndPlay ("bye");
Frame 266
pauseDuration = 14000;
framesInLoop = 12;
if (startTime == null) {
startTime = getTimer();
gotoAndPlay(_currentframe - framesInLoop);
} else {
lapsedTime = getTimer() - startTime;
if (lapsedTime < pauseDuration) {
gotoAndPlay(_currentframe - framesInLoop);
} else {
startTime = null;
}
}
Frame 267
gotoAndPlay ("bye");
Frame 345
pauseDuration = 11000;
framesInLoop = 12;
if (startTime == null) {
startTime = getTimer();
gotoAndPlay(_currentframe - framesInLoop);
} else {
lapsedTime = getTimer() - startTime;
if (lapsedTime < pauseDuration) {
gotoAndPlay(_currentframe - framesInLoop);
} else {
startTime = null;
}
}
Frame 376
stop();
Symbol 43 Button
on (release) {
gotoAndPlay ("care");
}
Symbol 45 Button
on (release) {
gotoAndPlay ("bye");
}
Symbol 49 Button
on (release) {
gotoAndPlay ("decline");
}
Symbol 51 Button
on (release) {
gotoAndPlay ("help");
}
Symbol 54 Button
on (release) {
_global.option = 1;
gotoAndPlay ("wise");
}
Symbol 57 Button
on (release) {
_global.option = 2;
gotoAndPlay ("wise");
}
Symbol 60 Button
on (release) {
_global.option = 3;
gotoAndPlay ("wise");
}
Symbol 64 Button
on (release) {
_global.option = 4;
gotoAndPlay ("wise");
}
Symbol 66 Button
on (release) {
_global.option = 5;
gotoAndPlay ("wise");
}
Symbol 69 Button
on (release) {
_global.option = 6;
gotoAndPlay ("wise");
}
Symbol 81 Button
on (release) {
getURL ("mailto:cyber_mike_lives@yahoo.com");
}
Symbol 83 Button
on (release) {
gotoAndPlay ("start");
}
Symbol 85 Button
on (release) {
gotoAndPlay ("help");
}