home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactive 30 / CMi30.iso / pc / software / 00020.ls < prev    next >
Encoding:
Text File  |  2001-01-05  |  156 b   |  11 lines

  1. on exitFrame
  2.   global whichItem
  3.   if whichItem = 2 then
  4.     go(1, "samples")
  5.   else
  6.     if whichItem = 1 then
  7.       go(1, "newint")
  8.     end if
  9.   end if
  10. end
  11.