home *** CD-ROM | disk | FTP | other *** search
/ ring.yamanashi.ac.jp/pub/pc/freem/action/ / action.zip / henkyaku1.0.exe / henkyaku / Program / Usr / pushenter.tonyu < prev    next >
Text File  |  2009-12-29  |  125b  |  9 lines

  1. extends TextChar;
  2.  
  3. while(1){
  4.   wait(30);
  5.   if(text==""){
  6.     text="please push enter";
  7.   }else text="";
  8.   update();
  9. }