home *** CD-ROM | disk | FTP | other *** search
/ ring.yamanashi.ac.jp/pub/pc/freem/action/ / action.zip / baku100.zip / baku100 / Usr / result.tonyu < prev    next >
Text File  |  2011-10-09  |  2KB  |  47 lines

  1. extends SpriteChar;
  2. $screenWidth=600;
  3. $screenHeight=400;
  4. $map.setBGColor(color(100,1,1));
  5. y=-20;
  6. setFont("Meiryo UI");
  7. cc=color(255,255,255);
  8. x1=0;
  9. $mplayer.play($se_clap04_loop,1,80);
  10.  
  11. $tx1="ôⁿÄΦâAâCâeâÇ  "+$tx1;
  12. while(1){
  13.   tt++;
  14.   if(tt>30){centerText(300+$viewX,10,"RESULT",cc,60,-501);}
  15. if(tt>60){centerText(300+$viewX,100,"Å≥ë╗ÉöüF"+$score,cc,20,-501);}
  16. if(tt>90){centerText(300+$viewX,150,"öφâ_âüü[âWüF"+$dm,cc,20,-501);}
  17. if(tt>120){centerText(300+$viewX,200,"âNâèâAâ^âCâÇüF"+trunc($tt/50),cc,20,-501);}
  18. if(tt>150){
  19.   {centerText(300+$viewX,250,"âAâCâeâÇô_üF"+$sc2,cc,20,-501);}
  20.  
  21.   //if($nd==0){centerText(300+$viewX,250,"ô∩ê╒ôxüFâmü[â}âï",cc,20,-501);}
  22.   //if($nd==1){centerText(300+$viewX,250,"ô∩ê╒ôxüFâmü[â}âï",cc,20,-501);}
  23.   //if($nd==2){centerText(300+$viewX,250,"ô∩ê╒ôxüFâmü[â}âï",cc,20,-501);}
  24. }
  25.   
  26.   if(tt>210){
  27.   if($dm<160){centerText(300+$viewX,300,"æììçò]ë┐ü@é`",color(255,200,200),30,-501);}
  28.   if($dm>=160 && $dm<320){centerText(300+$viewX,300,"æììçò]ë┐ü@éa",color(200,255,200),30,-501);}
  29.   if($dm>320){centerText(300+$viewX,300,"æììçò]ë┐ü@éb",color(255,255,200),30,-501);}
  30. }
  31.  
  32. if(tt>270){
  33.    drawText(x1,380,$tx1,cc,10,-501);
  34.   x1--;
  35.     if (getkey(39)>0) {x1+=5;}
  36.   if (getkey(37)>0) {x1-=5;}
  37.   
  38.   if(amod(tt,80)>40){centerText(300+$viewX,360,"PRESS Z KEY",cc,15,-501);}
  39. if (getkey(90)==1) {$projectManager.loadPage($page_stage1);}
  40. }
  41.  
  42.   $map.scrollTo(x-300,0);
  43.   drawdxSprite(x,200,$pat_haikei+0,0,-500,0,250,1,1);
  44.   
  45.   
  46.   update();
  47. }