home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / testsoft / muzea / exemusei / shared.cst / 00913_Script_Cursore < prev    next >
Text File  |  1987-04-12  |  1KB  |  27 lines

  1. on Cursore  
  2.   if the mousecast = 1981 then
  3.     Cursor [(the number of cast "Kvai"),(the number of cast "Kvaim")]
  4.   else if the mousecast >= 991 and the mousecast <= 998 then
  5.     Cursor [(the number of cast "Kvai"),(the number of cast "Kvaim")]
  6.   else if the mousecast >= 901 and the mousecast <= 973 then
  7.     Cursor [(the number of cast "Kvai"),(the number of cast "Kvaim")]
  8.   else if the mousecast = 1967 then
  9.     Cursor [(the number of cast "Kpiu"),(the number of cast "Kpium")]
  10.   else if the mousecast = 1969 then
  11.     Cursor [(the number of cast "Kmeno"),(the number of cast "Kmenom")]
  12.   else if the mousecast = 1983 then
  13.     Cursor [(the number of cast "Kdx"),(the number of cast "Kdxm")]
  14.   else if the mousecast = 1985 then
  15.     Cursor [(the number of cast "Ksx"),(the number of cast "Ksxm")]
  16.   else if the mousecast = 1987 then
  17.     Cursor [(the number of cast "Kspk"),(the number of cast "Kspkm")]
  18.   else if the mousecast >= 1001 and the mousecast <= 1030 then
  19.     Cursor [(the number of cast "Kpuls"),(the number of cast "Kpulsm")]
  20.   else
  21.     Cursor [(the number of cast "Kcur"),(the number of cast "Kcurm")]
  22.   end if
  23. end
  24.  
  25.  
  26.  
  27.