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

  1. menu "errormessage" 640 480 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.  
  15. resource
  16. Label
  17. {
  18. name "Default"
  19. rect 384 0 256 512
  20. fgcolor 0.00 0.00 0.00 1.00
  21. bgcolor 0.50 0.50 0.50 0.00
  22. borderstyle "NONE"
  23. shader "sepiaload_b"
  24. }
  25. resource
  26. Label
  27. {
  28. name "Default"
  29. rect 0 0 512 512
  30. fgcolor 0.00 0.00 0.00 1.00
  31. bgcolor 0.50 0.50 0.50 0.00
  32. borderstyle "NONE"
  33. shader "sepiaload_a"
  34. }
  35. resource
  36. Button
  37. {
  38. name "continuebutton"
  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. name "message"
  54. rect 152 216 336 48
  55. fgcolor 1.00 1.00 1.00 1.00
  56. bgcolor 0.00 0.00 0.00 0.70
  57. borderstyle "RAISED"
  58. linkcvar "com_errormessage"
  59. //title "Server is full"
  60. font facfont-20
  61. textalign centerx centery
  62. }
  63. end.
  64.