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

  1. SYSPIC
  2.  
  3. ;**
  4. ;**  $VER: Joke.script 1.0
  5. ;**  Demo script for SysPic 4.00
  6. ;**
  7. ;**  written by Grzegorz Calkowski
  8. ;**
  9.  
  10. ; not commented, as a joke :)
  11.  
  12. Pics/amiga1.3.ilbm
  13. module "/SoundFiles/mod.Jack The Ripper"
  14. filter=off
  15. vc delay 10
  16. fadeout 16
  17. r 0 g 0 b 0
  18.  
  19. INIT:
  20. font 1 syspic.font 23
  21. font 2 topaz.font 70
  22.  
  23. MAIN:
  24. show
  25. gotoxy 40 220
  26. setfont 1
  27. setapen 1
  28. typerate 5
  29. text "Back to the future!"
  30. typerate 0
  31.  
  32. jam2
  33. wait 200
  34. setfont 10
  35. setapen 5
  36. rtextxy 300 245 "Hmmm?!!!"
  37. wait 100
  38. setapen 1
  39. rtextxy 300 245 "Err.. well..."
  40. wait 100
  41. rtextxy 300 245 "    Oooopss!!"
  42. wait 50
  43. setapen 0
  44. box 70 50 300 180
  45. wait 30
  46. rtextxy 300 245 "          "
  47. setfont 2
  48. setapen 3
  49. textxy 30 150 "AMIGA"
  50. setfont 10
  51. textxy 154 77 "/\"
  52. textxy 154 85 "\/"
  53. textxy 270 93 "TM"
  54. wait 150
  55. setapen 5
  56. rtextxy 300 245 "Arrrghh!!#!*&#%?!!!"
  57. wait 200
  58. setapen 0
  59. box 0 0 319 255
  60. setfont 2
  61. setapen 3
  62. textxy 80 150 ":-)"
  63.  
  64.