home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni E Inventori 1: Lavoro E Vita Quotidiana
/
invenzioni-inventori-1.iso
/
mac
/
Invenzio
/
Tori
/
Sharedi.cst
/
03067_Script_3067
< prev
next >
Wrap
Text File
|
1997-10-08
|
358b
|
14 lines
on curfinleva
starttimer
global cursprite
set cursprite to ""
repeat with nr=1 to 48
set var to string(the cursor of sprite nr )
if offset (",",var) then put "_" into char offset(",",var) of var
put var into item nr of cursprite
set the cursor of sprite nr to -1
end repeat
updatestage
put "timer"&&the timer
end