home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / opus / v5 / syspic-4.00 / demos / a-start.script < prev    next >
Text File  |  1996-09-22  |  1KB  |  62 lines

  1. SYSPIC
  2.  
  3. ;**
  4. ;**  $VER: A-Start.script 1.0
  5. ;**  Demo script for SysPic 4.00
  6. ;**
  7. ;**  written by David Ceulemans
  8. ;**  modified by Grzegorz Calkowski
  9. ;**
  10.  
  11. Pics/black.ilbm
  12. sound /SoundFiles/MidnightBluesTheme.8svx
  13. filter=off
  14. fadein 6 fadeout 6
  15. clock 537/332/1/Times.font/18
  16. vcenter  
  17.  
  18. init:
  19. font 1 times.font 24
  20. font 2 times.font 18
  21.  
  22. main:
  23.  
  24. ; ----cut-here----
  25. setfont 1
  26. gotoxy 20 420
  27. text "This is ala A-Start script, you can use it" cr
  28. text "with the picture included in A-Start package."
  29. ; ----cut-here----
  30.  
  31. setfont 1
  32. setapen 1
  33. textxy 350 46 "System:"
  34.  
  35. setfont 2
  36. gotoxy 350 75
  37. rightmargin 615
  38. text "Processor:" "MC%pr" cr
  39. text "Graphics chipset:" "%cs" cr
  40. text "Kickstart:" "%os (%ov)" cr
  41. text "Workbench:" "%wb (%wv)" cr
  42. gotoxy 350 187
  43. setfont 1
  44. text "Memory:" cr
  45. setfont 2
  46. text "Chip memory:" "%TCM" cr
  47. text "Fast memory:" "%TFM" cr
  48. text "Total memory" "%TTM" cr
  49. setfont 1
  50. gotoxy 350 300
  51. text "Loading System..." cr
  52. setfont 2
  53. text "Current date:" "%DT " cr
  54. text "Current time:" cr
  55. text "Booting in progress..."
  56.  
  57. exit:
  58. typerate 5
  59. text " " "Done..."
  60. wait 30
  61. fade
  62.