home *** CD-ROM | disk | FTP | other *** search
/ ring.yamanashi.ac.jp/pub/pc/freem/action/ / action.zip / henkyaku1.0.exe / henkyaku / Program / Usr / Syoki.tonyu < prev    next >
Text File  |  2010-07-17  |  1KB  |  64 lines

  1. extends SpriteChar;
  2. p=0;
  3. $juice1time=0;
  4. $juice2time=0;
  5. $juice1time2=0;
  6. $juice2time2=0;
  7. $teacherstop=0;
  8. $muteki=0;
  9. $muteki2=0;
  10. $time=30;
  11. if($playersuu==3) $time=60;
  12. $level=$syokilevel;
  13. $score1=0;
  14. $score2=0;
  15. randomize();
  16. $periodscore=0;
  17. $periodall=0;
  18. $percent=100;
  19. wait(1);
  20. if($playersuu==3) $mplayer.play($se_bgm2,1,128);
  21. else $mplayer.play($se_bgm1,1,128);
  22. time=null;
  23. time=timestop();
  24. update();
  25. syuto=0;
  26. while(syuto!=4){
  27.   $goshoot.angle=0;
  28.   $goshoot.scaleX=5;
  29.   if(syuto==0){
  30.     $mplayer.play($se_den,0,128);
  31.     $goshoot.p=$pat_3+0;
  32.     update();
  33.   }
  34.   if(syuto==1){
  35.     $mplayer.play($se_den,0,128);
  36.     $goshoot.p=$pat_2+0;
  37.     update();
  38.   }
  39.   if(syuto==2){
  40.     $mplayer.play($se_den,0,128);
  41.     $goshoot.p=$pat_1+0;
  42.     update();
  43.   }
  44.   if(syuto==3){
  45.     $mplayer.play($se_titlebasa,0,128);
  46.     $goshoot.p=$pat_GO+0;
  47.     update();
  48.   }
  49.   while($goshoot.scaleX>=1){
  50.     $goshoot.angle+=9;
  51.     $goshoot.scaleX-=0.1;
  52.     update();
  53.   }
  54.   $goshoot.angle=1;
  55.   $goshoot.scaleX=1;
  56.   update();
  57.   wait(50);
  58.   syuto+=1;
  59. }
  60. $goshoot.die();
  61. syuto=0;
  62. time.releaseAll();
  63. time=null;
  64. die();