home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / testsoft / muzea / exemusei / shared.cst / 00978_Script_vaSecoli < prev    next >
Text File  |  1987-04-12  |  565b  |  22 lines

  1. on mousedown
  2.   SuonaInterruttore
  3.   put chars((the frameLabel),4,4) into S
  4.   if S="a" or S="b" or S="d" or S="e" or S="f" then
  5.     put "AC" into LAB
  6.   else if S="g" or S="h" or S="i" or S="l" or S="m" or S="n" then
  7.     put "DC" into LAB
  8.   else if S="o" then
  9.     put "XV" into LAB
  10.   else if S="p" then
  11.     put "XVI" into LAB
  12.   else if S="q" then
  13.     put "XVII" into LAB
  14.   else if S="r" then
  15.     put "XVIII" into LAB
  16.   else if S="s" then
  17.     put "XIX" into LAB
  18.   else if S="t" then
  19.     put "XX" into LAB
  20.   end if
  21.   play LAB of movie "@:Secoli"
  22. end