home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni E Inventori 1: Lavoro E Vita Quotidiana
/
invenzioni-inventori-1.iso
/
mac
/
Invenzio
/
Indart.cst
/
00010_Script_10
< prev
next >
Wrap
Text File
|
1997-10-14
|
411b
|
17 lines
on curfinmetti
global cursprite
if voidp(cursprite) then set cursprite to ""
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
updatestage
end