home *** CD-ROM | disk | FTP | other *** search
/ Boot Disc 13 / boot-disc-1997-09.iso / HyprWire / DATA.Z / W3DAnim.ipt < prev    next >
Text File  |  1996-10-25  |  2KB  |  98 lines

  1.     kxPort StartAnimation =
  2.       {
  3.       kxJavaMethod = wiStartAnimation
  4.       kxJavaSignature = "(I)Z"
  5.       kxPublicNames = "Start At" "frame number" "Not Specified"
  6.       }
  7.  
  8.     kxPort Go =
  9.       {
  10.       kxJavaMethod = wiGo
  11.       kxJavaSignature = "()Z"
  12.       kxPublicNames = "Go" "Not Specified"
  13.       }
  14.  
  15.     kxPort StopAnimation =
  16.       {
  17.       kxJavaMethod = wiStopAnimation
  18.       kxJavaSignature = "(I)Z"
  19.       kxPublicNames = "Stop At" "frame number" "Not Specified"
  20.       }
  21.  
  22.     kxPort Stop =
  23.       {
  24.       kxJavaMethod = wiStop
  25.       kxJavaSignature = "()Z"
  26.       kxPublicNames = "Stop" "Not Specified"
  27.       }
  28.  
  29.     kxPort ReverseAnimation =
  30.       {
  31.       kxJavaMethod = wiReverseAnimation
  32.       kxJavaSignature = "(I)Z"
  33.       kxPublicNames = "Reverse At" "frame number" "Not Specified"
  34.       }
  35.  
  36.     kxPort Reverse =
  37.       {
  38.       kxJavaMethod = wiReverse
  39.       kxJavaSignature = "()Z"
  40.       kxPublicNames = "Reverse" "Not Specified"
  41.       }
  42.  
  43.     kxPort Pause = 
  44.       {
  45.       kxJavaMethod = wiPause
  46.       kxJavaSignature = "()Z"
  47.       kxPublicNames = "Pause" "Not Specified"
  48.       }
  49.  
  50.     kxPort Resume = 
  51.       {
  52.       kxJavaMethod = wiResume
  53.       kxJavaSignature = "()Z"
  54.       kxPublicNames = "Resume" "Not Specified"
  55.       }
  56.  
  57.     kxPort GetMaxFrame =
  58.       {
  59.       kxJavaMethod = wiGetMaxFrame
  60.       kxJavaSignature = "()LHwInt"
  61.       kxPublicNames = "Get Animation Frames" "Not Specified"
  62.       }
  63.  
  64.     kxPort GotoFrame =
  65.       {
  66.       kxJavaMethod = wiGotoFrame
  67.       kxJavaSignature = "(I)Z"
  68.       kxPublicNames = "Go to Frame""frame number" "Not Specified"
  69.       }
  70.  
  71.     kxPort GetFrameNumber =
  72.       {
  73.       kxJavaMethod = wiGetFrameNumber
  74.       kxJavaSignature = "()LHwInt"
  75.       kxPublicNames = "Get Frame Number" "Not Specified"
  76.       }
  77.  
  78.     kxPort GetAnimationStatus =
  79.       {
  80.       kxJavaMethod = wiGetAnimationStatus
  81.       kxJavaSignature = "()LHwBoolean"
  82.       kxPublicNames = "Get Animation Status" "Not Specified"
  83.       }
  84.  
  85.     kxPort SetFrameRate = 
  86.       {
  87.       kxJavaMethod = wiSetFrameRate
  88.       kxJavaSignature = "(D)Z"
  89.       kxPublicNames = "Set Frame Rate" "Rate" "Not Specified"
  90.       }
  91.     
  92.     kxPort GetFrameRate = 
  93.       {
  94.       kxJavaMethod = wiGetFrameRate
  95.       kxJavaSignature = "()D"
  96.       kxPublicNames = "Get Frame Rate" "Rate"
  97.       }
  98.