home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 February / chip_20022115.iso / amiga / chipgame / introcreate.lha / IntroCreate / Examples / Example.script < prev    next >
Encoding:
Text File  |  1998-08-03  |  934 b   |  48 lines

  1. rem ** A quick example script by Ant.  This reports an error at the end; **
  2. rem ** I haven't specified a game or gracplayer to run when the script   **
  3. rem ** has finished.                                                     **
  4.  
  5. closewb
  6. noquit
  7. fade on
  8. checkmouse off
  9. fontdir fonts
  10. fontname diamond.font 20
  11.  
  12. picin data/Pic1.pak
  13.  
  14. st data/example.mod
  15. playst 00
  16.  
  17. txt 015 030 Kwik Intro By Ant 120
  18. fade off
  19. txt 015 030 Fading is off... 120
  20. playst -1
  21. txt 015 030 Stop music... 120
  22. playst 03
  23. txt 015 030 Re-start music... 120
  24. fade on
  25. txt 015 030 Re-activate fade... 120
  26. txt 015 030 Wait for a bit... 120
  27. wait 150
  28. txt 015 030 Fade out picture... 120
  29. picout
  30. fxt 030 130 Toggle the filter... 120
  31. filter on
  32. wait 20
  33. filter off
  34. wait 20
  35. filter on
  36. wait 20
  37. filter off
  38. txt 040 100 Reboot?  I think not. 120
  39. picout
  40. fxt 035 200 Ooops!  No GRAC player! 120
  41. picout
  42. fxt 060 150 That means... 120
  43. picout
  44. fxt 050 030 "Illegal function call"! 120
  45. picout
  46.  
  47. fin
  48.