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

  1. extends DxChar;
  2.  
  3. while($titlehyouzi==null){
  4. p=$pat_kTonyup+22;
  5. wait(75);
  6. $mplayer.play($se_titlehenkyaku,0,128);
  7. scaleX=10;
  8. while(scaleX>=1){
  9.   p=$pat_logo+1;
  10.   scaleX-=0.1;
  11.   update();
  12. }
  13. wait(75);
  14. $basaswich=1;
  15. while(1) update();
  16. }
  17. while($titlehyouzi!=null){
  18.   p=$pat_logo+1;
  19.   while(1) update();
  20. }
  21.