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

  1. extends TextChar;
  2.  
  3. zOrder=1;
  4. while(1){
  5.   text=$noruma+"üô";
  6.   optionkettei=$optionkettei;
  7.   if(optionkettei==0) die();
  8.   update();
  9. }