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

  1. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2. ;
  3. ; Movie Box
  4. ;
  5. ; Given the name of a movie (no extension), this will start playing a movie
  6. ; in-game.  Drawing the rectangle in layman specifies the area in which the movie
  7. ; should be played in-game.
  8. ;
  9. ; Created by Gary Steinke, May 21/99
  10. ;
  11. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  12.  
  13. [control]
  14. id=NFS5.MOVIEBOX
  15. description=Movie Box
  16.  
  17. parts=area,data
  18.  
  19. name.value=ID_MOVIEBOX
  20.  
  21. states=normal,hidden,selected
  22. states.flags=0
  23.  
  24. size.value=100,100
  25. size.flags=0
  26. moveable.value=1
  27. moveable.flags=HIDDEN|READONLY
  28. resizeable.value=1
  29. resizeable.flags=HIDDEN|READONLY
  30. pos=0,0
  31. pos.label=control.pos
  32.  
  33. autosize.value=1
  34. autosize.flags=HIDDEN|READONLY
  35.  
  36.  
  37. [state.normal]
  38. parts=area,data
  39.  
  40. [state.selected]
  41. parts=area,data
  42.  
  43. [state.hidden]
  44. parts=data
  45.  
  46.  
  47. [part.data]
  48. id=DATA
  49. attributes.value=othersource,transon,transoff,audio,tint,nosize
  50. transon.type=STRING
  51. transon.value=FADE
  52. transon.label=Transition On
  53. transon.flags=0
  54. transoff.type=STRING
  55. transoff.value=SAME
  56. transoff.label=Transition Off
  57.  
  58. othersource.type=STRING
  59.  
  60. tint.value=0xFFFFFFFF
  61. tint.type=COLOR
  62. tint.flags=0
  63.  
  64. audio.type=INT
  65. audio.value=1
  66.  
  67. nosize.type=INT
  68. nosize.value=1
  69. nosize.flags=HIDDEN|READONLY
  70.  
  71. [part.area]
  72. id=RECT
  73. pos.value=0,0
  74. pos.flags=HIDDEN|READONLY
  75. size.value=control.size.width,control.size.height
  76. size.flags=HIDDEN|READONLY
  77. color.value=0x800000A0
  78.  
  79.