home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 February / WPCFEB97.ISO / multi / times / data / shared.dir / 00983.ls < prev    next >
Encoding:
Text File  |  1996-08-11  |  910 b   |  40 lines

  1. on exitFrame
  2.   go(the frame)
  3.   if the mouseCast = 41 then
  4.     set the castNum of sprite 13 to 31
  5.   else
  6.     set the castNum of sprite 13 to 21
  7.   end if
  8.   if the mouseCast = 42 then
  9.     set the castNum of sprite 14 to 32
  10.   else
  11.     set the castNum of sprite 14 to 22
  12.   end if
  13.   if the mouseCast = 43 then
  14.     set the castNum of sprite 15 to 33
  15.   else
  16.     set the castNum of sprite 15 to 23
  17.   end if
  18.   if the mouseCast = 44 then
  19.     set the castNum of sprite 16 to 34
  20.   else
  21.     set the castNum of sprite 16 to 24
  22.   end if
  23.   if the mouseCast = 45 then
  24.     set the castNum of sprite 17 to 35
  25.   else
  26.     set the castNum of sprite 17 to 25
  27.   end if
  28.   if the mouseCast = 46 then
  29.     set the castNum of sprite 18 to 36
  30.   else
  31.     set the castNum of sprite 18 to 26
  32.   end if
  33.   if the mouseCast = 47 then
  34.     set the castNum of sprite 19 to 37
  35.   else
  36.     set the castNum of sprite 19 to 27
  37.   end if
  38.   updateStage()
  39. end
  40.