home *** CD-ROM | disk | FTP | other *** search
- manspeech._x = _xmouse - 150;
- curTime = getTimer() - beginTime;
- if(5000 < curTime && curTime < 7000)
- {
- manspeech.text = "OMG! TANGERINES!!";
- }
- else if(15000 < curTime && curTime < 18000)
- {
- manspeech.text = "WTF??";
- }
- else if(25000 < curTime && curTime < 28000)
- {
- manspeech.text = "I HATE TANGERINES!";
- }
- else if(35000 < curTime && curTime < 38000)
- {
- manspeech.text = "WHY ARE THEY SO BIG??";
- }
- else if(45000 < curTime && curTime < 47000)
- {
- manspeech.text = "WHERE ARE THEY ALL COMING FROM!?";
- }
- else if(50000 < curTime && curTime < 52000)
- {
- manspeech.text = "HELP!!";
- }
- else if(55000 < curTime && curTime < 57000)
- {
- manspeech.text = "ARRGHHH!!!";
- }
- else if(65000 < curTime && curTime < 68000)
- {
- manspeech.text = "THIS IS HORRIBLE!!";
- }
- else if(75000 < curTime && curTime < 82000)
- {
- manspeech.text = ":-(";
- }
- else if(85000 < curTime && curTime < 88000)
- {
- manspeech.text = "#*!@#!";
- }
- else if(95000 < curTime && curTime < 98000)
- {
- manspeech.text = "GODAMN TANGERINES!";
- }
- else if(105000 < curTime && curTime < 108000)
- {
- manspeech.text = "ARRGGGHH!!!";
- }
- else
- {
- manspeech.text = "";
- }
- rock._x = -100;
- rock._y = -100;
- if(getTimer() - start > 2000)
- {
- x++;
- duplicateMovieClip(rock,"rock" + x,16384 + x);
- start = getTimer();
- }
- if(man.dead)
- {
- _root.kongregateScores.submit(score);
- gotoAndPlay(39);
- }
-