home *** CD-ROM | disk | FTP | other *** search
/ ring.yamanashi.ac.jp/pub/pc/freem/action/ / action.zip / henkyaku1.0.exe / henkyaku / Program / Kernel / Resources / BGM.tonyu next >
Text File  |  2002-11-14  |  215b  |  15 lines

  1. extends CustomResource;
  2.  
  3. native _n_play;
  4. function play(ar) {
  5.    return _n_play (getURL(),ar);
  6. }
  7.  
  8. function onInit() {
  9.   setGlobal(getName(),this);
  10.   return $_istat_completed; 
  11. }
  12.  
  13. function release() {
  14. }
  15.