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 >
Wrap
Text File
|
1997-10-08
|
330b
|
19 lines
on exitFrame
go to the frame
end
on mouseup
global parola
set parola to ""
set a to the mousecast
set b to the mousechar
set c to the mouseword
if a >= 18 and a <= 27 then
if the textstyle of char b of field a <> "plain" then
set parola to word c of field a
end if
end if
end