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

  1. extends DxChar;
  2.  
  3. p=$pat_kTonyup+22;
  4. while(1){
  5.   if($titlehyouzi==1){
  6.     p=$pat_logo+6;
  7.     while(1){
  8.       if($titlemenu==4){
  9.           scaleX=1.5;
  10.       }else{
  11.           scaleX=1;
  12.       }
  13.       update();
  14.     }
  15.   }
  16.     update();
  17. }