home *** CD-ROM | disk | FTP | other *** search
/ Internet 1996 World Exposition / park.org.s3.amazonaws.com.7z / park.org.s3.amazonaws.com / Japan / NTT / DM- / hotjava / classes / src / anim.h next >
Encoding:
C/C++ Source or Header  |  2017-09-21  |  239 b   |  14 lines

  1. // Animation Data Type
  2.  
  3. #define    TY_STATIC    0
  4. #define    TY_AUTO        1
  5. #define    TY_CLICK    2
  6. #define    TY_ONCE        3
  7. #define    TY_TOGGLE    4
  8.  
  9. // AnimationData ID
  10. #define ID_AUTO        0
  11.  
  12. // Animation Depth for no image (i.e. sound only data)
  13. #define DP_NOIMAGE    -1
  14.