home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni E Inventori 1: Lavoro E Vita Quotidiana
/
invenzioni-inventori-1.iso
/
mac
/
Invenzio
/
index.dir
/
00104_Script_104
< prev
next >
Wrap
Text File
|
1997-10-15
|
348b
|
16 lines
on curfinmetti
global cursprite
repeat with nr=1 to 48
set cur to item nr of cursprite
set a to offset("_", cur)
if a > 0 then put "," into char a of cur
if cur = "-1" then
set the cursor of sprite nr to integer(cur)
else
set the cursor of sprite nr to value(cur)
end if
end repeat
end