home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / testsoft / muzea / exemusei / secoli.dir / 00084_Script_•VA < prev    next >
Text File  |  1987-04-11  |  650b  |  26 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="LucasáCranach,"then
  6.     put "alte" into DIR
  7.     put "xxmp037" into LAB
  8.   else if SS="SebastianoádeláPiombo," then
  9.     put "National" into DIR
  10.     put "xxep073" into LAB
  11.   else if SS="KaroláV." then
  12.     put "alte" into DIR
  13.     put "axmp039" into LAB
  14.   else if SS="Bachusa" then
  15.     put "uffizi" into DIR
  16.     put "cxap028" into LAB
  17.   else
  18.     put "" into DIR
  19.   end if
  20.   if DIR<>"" then
  21.     SuonaInterruttore
  22.     put "@:" & DIR into DIR
  23.     put LAB & "b.pic" into LAB
  24.     play LAB of movie DIR
  25.   end if
  26. end