home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 4 / AACD04.ISO / AACD / Programming / CanDo / Decks1 / QuickiesII / About < prev    next >
Encoding:
Text File  |  1994-11-14  |  1.2 KB  |  34 lines

  1. About the 1.6Examples decks:
  2.  
  3.   Each of these decks deal with new objects in CanDo 1.6
  4.   
  5. Proportional_Example
  6.  
  7.   This simply has three different proportional sliders (X, Y and XY styles)
  8.   and one of them is sorta attached to a integer field.
  9.  
  10. !!! CAUTION !!!
  11.   because each of these decks use the 2nd gameport they cannot work at the
  12.   same time (only one application can allocate the port at a time.)
  13.  
  14. JoyStick_Example
  15.   
  16.   This simply shows off what information is passed to the gameport script.
  17.  
  18. JoySketch
  19.  
  20.   This is a working sketching program using the joystick (in port 2).  To
  21.   select a new color click on the color with your mouse.  To clear the
  22.   window just click on any other application and then click back on to the
  23.   sketch window.  When you click with the mouse you can move where you
  24.   are drawing.
  25.  
  26. Mouse2Sketch
  27.  
  28.   This is a working sketching program like joysketch but this one uses
  29.   a second mouse (in port 2) to control the drawing pen (but the pointer is still
  30.   controlled by the first mouse, crazy).  To select a new color click on the
  31.   color with your mouse.  To clear the window just click on any other application
  32.   and then click back on to the sketch window.  When you click with the mouse you
  33.   can move where you are drawing.
  34.