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

  1. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2. ;
  3. ; Oval Thing
  4. ;
  5. ; That oval thing that angie wanted.  This is done in the most highly inefficient way that anyone
  6. ; could possibly do it.  But it should work, and that's good enough until I think of a better way.
  7. ;
  8. ; Created by Gary Steinke, July 30/99
  9. ;
  10. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  11. [control]
  12. id=NFS5.OVALTHING
  13. description=Oval Thing
  14.  
  15. parts=data
  16.  
  17. name.value=ID_OVALTHING
  18.  
  19. states=normal
  20. states.flags=0
  21. size.value=0,0
  22. size.flags=HIDDEN|READONLY
  23. moveable.value=0
  24. moveable.flags=HIDDEN|READONLY
  25. resizeable.value=0
  26. resizeable.flags=HIDDEN|READONLY
  27. pos=0,0
  28. pos.flags=HIDDEN|READONLY
  29.  
  30. autosize.value=0
  31. autosize.flags=HIDDEN|READONLY
  32.  
  33. [state.normal]
  34. parts=data
  35.  
  36. [part.data]
  37. id=DATA
  38. attributes.value=transon,transoff,start,end,nosize
  39. transon.type=STRING
  40. transon.value=FADE
  41. transon.label=Transition On
  42. transon.flags=0
  43. transoff.type=STRING
  44. transoff.value=SAME
  45. transoff.label=Transition Off
  46.  
  47. start.type=INT
  48. start.value=0
  49. end.type=INT
  50. end.value=53
  51.  
  52. nosize.type=INT
  53. nosize.value=1
  54. nosize.flags=HIDDEN|READONLY
  55.