home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Smart Steps: 2nd Grade
/
SSGRADE2.iso
/
pc
/
dkcode
/
intro.dxr
/
00008_Curseur.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-04-28
|
216 b
|
10 lines
on exitFrame
set the mouseDownScript to EMPTY
repeat with i = 12 to 17
if the memberNum of sprite i <> 0 then
puppetSprite(i, 1)
set the cursor of sprite i to [25, 26]
end if
end repeat
end