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

  1. on exitFrame
  2.   global whichItem
  3.   if whichItem = 1 then 
  4.     go to movie "sampler"
  5.   else if whichItem = 2 then
  6.     go to movie "software"
  7.   else if whichItem = 3 then
  8.     go to movie "readerint"
  9.   else if whichItem = 4 then
  10.     go to movie "tutorials"
  11.   else if whichItem = 5 then
  12.     go to movie "net"
  13.   else if whichItem = 6 then
  14.     go to movie "about"
  15.   else if whichItem = 7 then
  16.   go to movie "newint"
  17. end if
  18.  
  19.  
  20. end