home *** CD-ROM | disk | FTP | other *** search
/ Invenzioni E Inventori 1: Lavoro E Vita Quotidiana / invenzioni-inventori-1.iso / mac / Invenzio / TIMELIN2.DIR / 00005_Script_5 < prev    next >
Text File  |  1997-10-08  |  330b  |  19 lines

  1. on exitFrame
  2.   go to the frame
  3. end
  4.  
  5.  
  6. on mouseup
  7.   global parola
  8.   set parola to ""
  9.   set a to the mousecast
  10.   set b to the mousechar
  11.   set c to the mouseword
  12.   
  13.   if a >= 18 and a <= 27 then
  14.     if the textstyle of  char b of field a <> "plain" then
  15.       set parola to word c of field a
  16.     end if
  17.   end if
  18. end
  19.