home *** CD-ROM | disk | FTP | other *** search
/ Star Trek Starfleet Academy Mini Omnipedia / MINI_OMNI.ISO / pc / omni_v2.dxr / 00266_TopScrollDn.ls < prev    next >
Encoding:
Text File  |  1996-04-15  |  208 b   |  10 lines

  1. on mouseDown
  2.   global oImportSlider, gModeState
  3.   set vloc to the mouseV
  4.   set vloc to the mouseH
  5.   if not (the puppet of sprite 4) then
  6.     puppetSprite(4, 1)
  7.   end if
  8.   mSliderBarPage(oImportSlider, 1)
  9. end
  10.