home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 1997 September
/
Personal_Computer_World_Sep_97.iso
/
DXRS
/
SLIPCW09.DXR
/
00005.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
|
1997-06-27
|
263 b
|
14 lines
on enterFrame
repeat with i = 1 to 48
set the loc of sprite i to point(2000, 2000)
end repeat
set the loc of sprite 11 to point(100, 100)
end
on exitFrame
go(the frame)
if the mouseDown and (the mouseCast <> "longtext") then
go(1)
end if
end