home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2000 June / CyberMycha0006.iso / NFSPorsche / data1.cab / Program_Files / FEDATA / Controls / AnimatingPicture.ctr < prev    next >
Text File  |  2000-03-27  |  2KB  |  80 lines

  1. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2. ;
  3. ; Animating Picture
  4. ;
  5. ; Simple control.  Draws a picture.  Give it a start and an end shape index and it will
  6. ; animate between them.  Also give it a frames per second.
  7. ;
  8. ; Created by Gary Steinke, May 21/99
  9. ;
  10. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  11. [control]
  12. id=NFS5.AnimatingPicture
  13. description=Animating Picture
  14.  
  15. parts=picture,data
  16.  
  17. name.value=ID_ANIMATINGPICTURE
  18.  
  19. states=normal,hidden,selected
  20. states.flags=0
  21. size.value=50,150
  22. size.flags=0
  23. moveable.value=1
  24. moveable.flags=HIDDEN|READONLY
  25. resizeable.value=1
  26. resizeable.flags=HIDDEN|READONLY
  27. pos=0,0
  28. pos.label=control.pos
  29.  
  30. autosize.value=1
  31. autosize.flags=HIDDEN|READONLY
  32.  
  33.  
  34. [state.normal]
  35. parts=data,picture
  36.  
  37. [state.selected]
  38. parts=data,picture
  39.  
  40. [state.hidden]
  41. parts=data
  42.  
  43.  
  44.  
  45.  
  46. [part.data]
  47. id=DATA
  48. attributes.value=start_frame,end_frame,numticks,transon,transoff,mindelay,maxdelay
  49. transon.type=STRING
  50. transon.value=FADE
  51. transon.label=Transition On
  52. transon.flags=0
  53. transoff.type=STRING
  54. transoff.value=SAME
  55. transoff.label=Transition Off
  56.  
  57. start_frame.type=INT
  58. start_frame.value=0
  59. end_frame.type=INT
  60. end_frame.value=0
  61.  
  62. numticks.type=INT
  63. numticks.value=30
  64.  
  65. mindelay.type=INT
  66. mindelay.value=0
  67. maxdelay.type=INT
  68. maxdelay.value=0
  69.  
  70.  
  71. [part.picture]
  72. id=SHAPE
  73. pos.value=-(picture.size.x/2),-(picture.size.y/2)
  74. pos.flags=HIDDEN|READONLY
  75. size.flags=HIDDEN|READONLY
  76. shapePathName.value=logoAn.fsh
  77. shapeIndex.value=data.start_frame
  78. shapeIndex.flags=HIDDEN|READONLY
  79.  
  80.