home *** CD-ROM | disk | FTP | other *** search
/ ring.yamanashi.ac.jp/pub/pc/freem/action/ / action.zip / baku100.zip / baku100 / Kernel / Char.tonyu < prev    next >
Text File  |  2001-12-08  |  106b  |  8 lines

  1. extends SpriteChar;
  2.  
  3. constructor Char(xx,yy,pp,ff) {
  4.   super(xx,yy,pp,ff);
  5.  
  6. }
  7.  
  8. while(1) {update();}