home *** CD-ROM | disk | FTP | other *** search
/ ring.yamanashi.ac.jp/pub/pc/freem/action/ / action.zip / henkyaku1.0.exe / henkyaku / Program / Usr / afterscore.tonyu next >
Text File  |  2010-01-01  |  249b  |  13 lines

  1. extends TextChar;
  2.  
  3. text="";
  4. while(1){
  5.   wait(75*3);
  6.   $mplayer.play($se_superget,0,128);
  7.   $afterscore=$score1*$noruma*$level*0.01;
  8.   $afterscore=trunc($afterscore+0.5);
  9.   text="âXâRâA   "+$afterscore;
  10.   update();
  11.   while(1) update();
  12. }
  13.