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

  1. SYSPIC  ; <- script identifier
  2.  
  3. ;**
  4. ;**  $VER: Amiga2.script 1.2
  5. ;**  Demo script for SysPic 4.00
  6. ;**
  7. ;**  written by Grzegorz Calkowski
  8. ;**
  9.  
  10. ; Options section
  11.  
  12. ; picture - note, we could use random selection here!
  13. Pics/amigalogo.ilbm
  14. ; IFF-8SVX sample
  15. sound /SoundFiles/MidnightBluesTheme.8svx
  16. ; we wanna fades (fade out to black)
  17. fadein 12 fadeout 12
  18. red 0 green 0 blue 0
  19. ; realtime clock (with shadow)
  20. clock 520/10/7/digital.font/25/1/2
  21. ; other options
  22. filter off vc delay 10
  23.  
  24. ;
  25. ; Init section
  26. ; here we load fonts we'll use
  27. ;
  28. INIT:
  29. font 1 syspic.font 23
  30. font 2 syspic.font 13
  31.  
  32. ;
  33. ; Main section
  34. ;
  35.  
  36. MAIN:
  37. show        ; show (fade) the picture NOW !
  38.  
  39. wait 100
  40. setfont 1
  41. setapen 12
  42. typerate 13
  43. textxy 164 220 "Multimedia Workstation"
  44.  
  45. wait 100
  46. setfont 2
  47. setapen 1
  48. typerate 1
  49. center on
  50. textxy 0 300 "DETECTING SYSTEM CONFIGURATION..."
  51. center off
  52. wait 180
  53. typerate 3
  54. gotoxy 170 330
  55. rightmargin 450
  56. text "Processor:" "MC%pr" cr
  57. text "Coprocessor:" "MC%cp" cr
  58. text "Graphics chipset:" "%cs" cr
  59. text "Chip memory:" "%TCM" cr
  60. text "Fast memory:" "%TFM" cr
  61. text "Kickstart:" "%os (%ov)" cr
  62. text "Workbench:" "%wb (%wv)"
  63. wait 50
  64. setapen 14
  65. textxy 200 460 "Booting in progress... "
  66.  
  67. ;
  68. ; Exit section
  69. ;
  70. ; NOTE: all settings (pens, font) remain valid!
  71. ;
  72.  
  73. EXIT:
  74. text "OS loaded."
  75. wait 30
  76. fade
  77.