home *** CD-ROM | disk | FTP | other *** search
/ Blender Volume 3 #4 / Blender_3_4.iso / BLENDER / FILES / metro.dir / 00070.ls < prev    next >
Encoding:
Text File  |  1997-01-01  |  354 b   |  30 lines

  1. on selector
  2.   case the rollOver of
  3.     11:
  4.       go("cd")
  5.     12:
  6.       go("bag")
  7.     13:
  8.       go("jacket")
  9.     14:
  10.       go("zippo")
  11.     15:
  12.       go("ticket")
  13.   end case
  14. end
  15.  
  16. on starter
  17.   case the rollOver of
  18.     11:
  19.       go("cd")
  20.     12:
  21.       go("bag")
  22.     13:
  23.       go("jacket")
  24.     14:
  25.       go("zippo")
  26.     15:
  27.       go("ticket")
  28.   end case
  29. end
  30.