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

  1. extends DxChar;
  2.  
  3. zOrder=1;
  4. sokudo=0;
  5.  
  6. while(1){
  7.   scaleX=1.5;
  8.   sokudo+=0.15;
  9.   y+=sokudo;
  10.   if(y>=$screenHeight) die();
  11.   update();
  12. }