home *** CD-ROM | disk | FTP | other *** search
/ Computer Life: SuperPac / SuperPac (Computer Life Magazine)(Ziff-Davis)(1995).ISO / pc / demos / origin / catalog / catalog.exe / catalog.DXR / 00204.ls < prev    next >
Encoding:
Text File  |  1994-11-13  |  194 b   |  8 lines

  1. on enterFrame
  2.   set scrollingGraphicChannel to 3
  3.   set buttonStartChannel to 8
  4.   set scrollSpeed to 250
  5.   startScroller(scrollingGraphicChannel, buttonStartChannel, scrollSpeed)
  6.   cursor(0)
  7. end
  8.