home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1998 November / PCO_1198.ISO / filesbbs / os2 / tspg202s.arj / TSPG202S.ZIP / Scripts / SCRIPTS.TXT < prev    next >
Encoding:
Text File  |  1997-04-26  |  2.3 KB  |  95 lines

  1.  
  2. Sample scripts:
  3.  
  4.   funky.cwx
  5.  
  6. Takes the selected text object and does funky things with it
  7.  
  8.   regshad.cwx
  9.   greyshad.cwx
  10.  
  11. Create nice drop shadows for the selected text object.
  12.  
  13.  
  14.   abstract.cwx
  15.  
  16. This script randomly creates a large number (between 1 and 100) of
  17. random objects each time it is run.  The effect is often quite nice.
  18.  
  19.  
  20.  
  21.  
  22.   blue.cwx
  23.  
  24. This script turns every object with a colour attribute (i.e. an object
  25. with a solid colour, colour fade or emboss tool) blue.  It prompts for
  26. confirmation before doing anything ("Are you feeling blue?").
  27. Basically, this is a silly toy.
  28.  
  29.  
  30.  
  31.  
  32.   calclear.cwx
  33.   calendar.cwx
  34.   CALENDAR.GDO
  35.  
  36. These files make up the calendar script.  CALENDAR.GDO is the template
  37. project.  It must be loaded for the script to work.  The month and
  38. year are set by editing the text of a headline text object.  The
  39. script "calendar.cwx" uses this information to fill in the actual
  40. days, month and year on the calendar.  The script "calclear.cwx"
  41. blanks out much of the calendar, making the art more visible.
  42.  
  43.  
  44.  
  45.  
  46.   jpgman.cwx
  47.  
  48. This script is a Mandelbrot set generator.  Running the script will
  49. draw a section of the Mandelbrot set against a black background.  It
  50. takes a long time to run.  You may trade resolution for speed by
  51. editing the script and, at the following lines, comment out the first
  52. and uncomment the second.
  53.  
  54.  resx=16; resy=16
  55. /*resx=8; resy=8*/
  56.  
  57.  
  58.  
  59.  
  60.   objprop.cwx
  61.  
  62. This script lists all of the properties of the currently selected
  63. object, plus its tool and region.
  64.  
  65.  
  66.  
  67.  
  68.   starfiel.cwx
  69.  
  70. This script generates a starfield against a black background.  The
  71. background is only created if it doesn't yet exist.  Thus, you can run
  72. the script several times to get more stars.
  73.  
  74.  
  75.   mkindex.cwx
  76.  
  77. Looks up all the images (BMP/GIF/JPG) in the current project
  78. and creates a single IDX.JPG with all of them "thumbnailed" in
  79. it.
  80.  
  81.  
  82.   changcap.cwx
  83.  
  84. EDIT THE SCRIPT BEFORE RUNNING.  This will search every piece of text
  85. in a Project for a certain word.  If found it will replace the word
  86. with another.  Useful for changing a complex text effect to another
  87. phrase.
  88.  
  89.  
  90.    flippy.cwx
  91.  
  92. A sample of some of the interaction you can have with objects via
  93. a script.  This is just a simple game implemented as graphic objects.
  94.  
  95.