home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / testsoft / muzea / exemusei / secoli.dir / 00086_Script_•VA < prev    next >
Text File  |  1987-04-11  |  471b  |  20 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="Canaletto,"then
  6.     put "uffizi" into DIR
  7.     put "xxar041" into LAB
  8.   else if SS="martweánatury"then
  9.     put "ermitage" into DIR
  10.     put "xxfr042" 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. end