home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / testsoft / muzea / exemusei / secoli.dir / 00083_Script_•VA < prev    next >
Text File  |  1987-04-11  |  758b  |  30 lines

  1. on mousedown
  2.   put the mouseWord into MW
  3.   put the castNum of sprite 2 into MC
  4.   put word MW of field MC into SS
  5.   if SS="JanávanáEyck"then
  6.     put "NATIONAL" into DIR
  7.     put "ebeo502" into LAB
  8.   else if SS="CosimoádeÆMedici" then
  9.     put "Uffizi" into DIR
  10.     put "axao036" into LAB
  11.   else if SS="WiosnΩ" then
  12.     put "Uffizi" into DIR
  13.     put "dxao534" into LAB
  14.   else if SS="AlbrechtáDⁿrer," then
  15.     put "alte" into DIR
  16.     put "xxmo038" into LAB
  17.   else if SS="MorteádeáLorenzoáoáMagnφfico," then
  18.     put "Uffizi" into DIR
  19.     put "xxao035" into LAB
  20.   else
  21.     put "" into DIR
  22.   end if
  23.   if DIR<>"" then
  24.     SuonaInterruttore
  25.     put "@:" & DIR into DIR
  26.     put LAB & "b.pic" into LAB
  27.     play LAB of movie DIR
  28.   end if
  29. end
  30.