home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactive 20 / CMi20.iso / pc / Shared.cst / 00002.ls < prev    next >
Encoding:
Text File  |  2000-03-27  |  111 b   |  9 lines

  1. on exitFrame
  2.   global whichItem
  3.     if whichItem = 1 then 
  4.      go to movie "samples"
  5.   else
  6.   end if
  7.   
  8.   
  9. end