home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / testsoft / muzea / exemusei / secoli.dir / 00085_Script_•VA < prev    next >
Text File  |  1987-04-11  |  387b  |  17 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="PeteráPauláRubens"then
  6.     put "uffizi" into DIR
  7.     put "xxaq040" into LAB
  8.   else
  9.     put "" into DIR
  10.   end if
  11.   if DIR<>"" then
  12.     SuonaInterruttore
  13.     put "@:" & DIR into DIR
  14.     put LAB & "b.pic" into LAB
  15.     play LAB of movie DIR
  16.   end if
  17. end