home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / testsoft / muzea / exemusei / secoli.dir / 00088_Script_•VA < prev    next >
Text File  |  1987-04-11  |  467b  |  21 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="kubizmu."then
  6.     put "ermitage" into DIR
  7.     put "cxft022" into LAB
  8.   else if SS="Hockneya."then
  9.     put "tate" into DIR
  10.     put "ebit005" into LAB
  11.   else
  12.     put "" into DIR
  13.   end if
  14.   if DIR<>"" then
  15.     SuonaInterruttore
  16.     put "@:" & DIR into DIR
  17.     put LAB & "b.pic" into LAB
  18.     play LAB of movie DIR
  19.   end if
  20.   
  21. end