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

  1. extends TextChar;
  2.  
  3. zOrder=1;
  4. while(1){
  5.   if($moonwalkonoff==0) full="OFF";
  6.   if($moonwalkonoff==1) full="ON";
  7.   text="âÇü[âôâEâHü[âN"+full;
  8.   optionkettei=$optionkettei;
  9.   if(optionkettei==0) die();
  10.   update();
  11. }