home *** CD-ROM | disk | FTP | other *** search
/ Webster's Millennium Amer…Sign Language Dictionary / ASL.ISO / mac / SHARED.cst / 00009_Script_9 < prev    next >
Text File  |  2001-09-17  |  591b  |  24 lines

  1. --∂ï
  2. on init1
  3.   global TEMPLATE1, KNOB1, minPos1, maxPos1
  4.   
  5.   set TEMPLATE1 = 2
  6.   set KNOB1 = 4
  7.   puppetSprite KNOB1, true
  8.   set the immediate of sprite KNOB1 to true
  9.   set minPos1  = the left of sprite TEMPLATE1+5
  10.   set maxPos1 = the right of sprite TEMPLATE1-5
  11.   updateStage
  12. end init1
  13.  
  14. on init2
  15.   global TEMPLATE2, KNOB2, minPos2, maxPos2
  16.   
  17.   set TEMPLATE2 = 3
  18.   set KNOB2 = 5
  19.   puppetSprite KNOB2, true
  20.   set the immediate of sprite KNOB2 to true
  21.   set minPos2  = the left of sprite TEMPLATE2
  22.   set maxPos2 = the right of sprite TEMPLATE2
  23.   updateStage
  24. end init2