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

  1. extends DxChar;
  2.  
  3. while(1){
  4.    if($titlemenu==1){
  5.         scaleX=1.5;
  6.       }else{
  7.           scaleX=1;
  8.         }
  9.     update();
  10. }