home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / testsoft / muzea / exemusei / tate.dir / 00091_Script_Roloop < prev    next >
Text File  |  1987-04-12  |  506b  |  22 lines

  1. on exitframe
  2.   put the top of sprite 2 into T
  3.   CtrlSkrol T
  4.   cursore
  5.   if rollover(2) then
  6.     put the castNum of sprite 2 into MC
  7.     put 5 into NS -- Numero Sprite
  8.     put the mouseWord into MW
  9.     put word MW of field MC into SS
  10.     if SS="Londyn" then
  11.       RoSpr NS, MW, "piantina.pic", ""
  12.     else if SS="Turnera," then
  13.       RoSpr NS, MW, "turner.pic", ""
  14.    
  15.     else
  16.       set the castNum of sprite NS to the number of cast "000e.pic"
  17.     end if
  18.   end if
  19.   go the frame
  20. end
  21.  
  22.