home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / ui / servertimeout.urc < prev    next >
Encoding:
Text File  |  2002-10-21  |  1018 b   |  63 lines

  1. menu "servertimeout" 640 481 NONE 0
  2. bgcolor 0 0 0 1 
  3. borderstyle NONE
  4. bgfill 0 0 0 1 
  5. fullscreen 1
  6. //vidmode 3
  7. //fadein 0.5
  8. virtualres 1
  9. //postinclude ui/loadingbar.txt
  10.  
  11.  
  12.  
  13.  
  14. resource
  15. Label
  16. {
  17. name "Default"
  18. rect 384 0 256 512
  19. fgcolor 0.00 0.00 0.00 1.00
  20. bgcolor 0.50 0.50 0.50 0.00
  21. borderstyle "NONE"
  22. shader "sepiaload_b"
  23. }
  24. resource
  25. Label
  26. {
  27. name "Default"
  28. rect 0 0 512 512
  29. fgcolor 0.00 0.00 0.00 1.00
  30. bgcolor 0.50 0.50 0.50 0.00
  31. borderstyle "NONE"
  32. shader "sepiaload_a"
  33. }
  34. resource
  35. Button
  36. {
  37. name "continuebutton"
  38. rect 528 448 96 24
  39. // rect 272 448 96 24
  40. fgcolor 1.00 1.00 1.00 1.00
  41. bgcolor 0.50 0.50 0.50 0.00
  42. borderstyle "NONE"
  43. shader "continue"
  44. hovershader "continue_h"
  45. clicksound "sound/menu/apply.wav"
  46. stuffcommand "popmenu 0;wait 50;gotoreturnmenu"
  47. ordernumber 1
  48.  
  49. }
  50. resource
  51. Label
  52. {
  53. title "Server Connection Timed Out"
  54. name "message"
  55. rect 200 216 240 48
  56. fgcolor 1.00 1.00 1.00 1.00
  57. bgcolor 0.00 0.00 0.00 0.80
  58. borderstyle "RAISED"
  59. font facfont-20
  60.  
  61. }
  62. end.
  63.