home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 18 / af018b.adf / afmenu next >
Encoding:
Text File  |  1989-08-17  |  869 b   |  59 lines

  1. BACKCOLOR=$000
  2. BANNERCOLOR=$F00
  3. MENUCOLOR=$FFF
  4. SCROLLCOLOR=$0F0
  5. SCROLLSPEED=1
  6. BARLINES=ON
  7. MENUPOSITION=CENTRE
  8. MENUMODE=FLUSH
  9. HILITEMODE=BUTTON
  10. COPPERMODE=DOUBLE
  11. COPPERLINES=64
  12. COPPERSTART=$000
  13. COPPEREND=$00F
  14. COPPERSTEP=$001
  15. BANNERTEXT=Amiga Format Disk 18a
  16. SCROLLTEXT=Happy Christmas Readers! 
  17. SCRIPTTEXT=*** PLEASE WAIT ***
  18. MENUTEXT1=Total Recall - The platform level
  19. MENUFUNCTION1=
  20. {
  21. Run "total_recall"
  22. endcli
  23. }
  24. MENUTEXT2=^
  25. MENUTEXT3=Lemmings - Manic Fun!
  26. MENUFUNCTION3=
  27. {
  28. Run "Lemmings"
  29. endcli
  30. }
  31. MENUTEXT4=^
  32. MENUTEXT5=Eliza - Artificial Intelligence
  33. MENUFUNCTION5=
  34. {
  35. RUN "Eliza"
  36. endcli
  37. }
  38. MENUTEXT6=^
  39. MENUTEXT7=^
  40. MENUTEXT8=Installing Niall
  41. MENUFUNCTION8=
  42. {
  43. c/more install.niall
  44. endcli
  45. MENUTEXT9=Read Niall Instructions
  46. MENUFUNCTION9=
  47. {
  48. c/more readme.doc
  49. endcli
  50. }
  51. MENUTEXT10=^
  52. BANNERSTYLE=0
  53. SCROLLSTYLE=0
  54. MENUSTYLE<1-10>=
  55. EXITMODE=OFF
  56. SCRIPTDELAY=1
  57. SCREENTOBACK=ON
  58.