home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 February
/
CHIP_2_98.iso
/
software
/
testsoft
/
muzea
/
exemusei
/
indice.dir
/
00108_Script_108
< prev
Wrap
Text File
|
1997-04-09
|
488b
|
20 lines
on CurIndex
if the mouseline = -1 then
if the mousecast >= 1001 and the mousecast <= 1030 then
Cursor [1999,2000]
else if the mousecast = 5 then
Cursor [1991,1992]
else
Cursor [1989,1990]
end if
else
put char the mousechar of field "Txt.Indice" into C
put line the mouseline of field "LabSalto" into L
if L="" or C=" " or C=RETURN then
Cursor [1989,1990]
else
Cursor [1991,1992]
end if
end if
end