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

  1. extends DxChar;
  2.  
  3. while($titlehyouzi==null){
  4. p=$pat_kTonyup+22;
  5. wait(200);
  6. p=$pat_logo+2;
  7. $mplayer.play($se_titlebasa,0,128);
  8. update();
  9. wait(50);
  10. $titlehyouzi=1;
  11. $titlemenu=1;
  12. while(1) update();
  13. }
  14. while($titlehyouzi!=null){
  15.   p=$pat_logo+2;
  16.   while(1) update();
  17. }