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

  1. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2. ;
  3. ; PlayerPicture
  4. ;
  5. ; Simple control.  Draws the players picture. based on selected player name.
  6. ;
  7. ; Created by Roger Freddi, Dec 11/99
  8. ;
  9. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  10. [control]
  11. id=NFS5.PLAYERPICTURE
  12. description=PlayerPicture
  13.  
  14. parts=picture,data
  15.  
  16. name.value=ID_PLAYERPICTURE
  17.  
  18. states=normal,hidden
  19. states.flags=0
  20. size.value=56,66
  21. size.flags=0
  22. moveable.value=1
  23. moveable.flags=HIDDEN|READONLY
  24. resizeable.value=1
  25. resizeable.flags=HIDDEN|READONLY
  26. pos=341,213
  27. pos.label=control.pos
  28. autosize.value=1
  29. autosize.flags=HIDDEN|READONLY
  30.  
  31.  
  32. [state.normal]
  33. parts=data,picture
  34.  
  35. [state.hidden]
  36. parts=data
  37.  
  38. [part.data]
  39. id=DATA
  40. attributes.value=transon,transoff
  41. transon.type=STRING
  42. transon.value=FADE
  43. transon.label=Transition On
  44. transon.flags=0
  45. transoff.type=STRING
  46. transoff.value=SAME
  47. transoff.label=Transition Off
  48.  
  49.  
  50. [part.picture]
  51. id=RECT
  52. pos.value=0,0
  53. pos.flags=HIDDEN|READONLY
  54. size.value=54,64
  55. size.flags=HIDDEN|READONLY
  56. color.value=0xFFBC0000
  57. color.flags=HIDDEN|READONLY
  58.  
  59.