home *** CD-ROM | disk | FTP | other *** search
/ Classic Fond 52 / ClassicFond52.iso / GAMES / DROIDW.RAR / DWCD.GOB / mission_cog_05_playanim.cog < prev    next >
Encoding:
Text File  |  1998-11-04  |  317 b   |  20 lines

  1. #standard type magnetic tram cog.
  2. #don't forget to set blocking walls to "no move"
  3. symbols
  4. message        user0
  5. thing          AD0                
  6. keyframe       walkdancekey
  7.       
  8. end
  9.  
  10. ## Code Section
  11. code                  
  12. user0:
  13.      playkey(AD0, walkdancekey, 1, 0);
  14.      return;
  15.      
  16.  
  17. end
  18.  
  19.  
  20.