home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Art Fundamentals - Core Concepts in Art
/
Art Fundamentals: Core Concepts in Art.iso
/
pc
/
color.dxr
/
00065.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
|
2001-07-16
|
220 b
|
12 lines
on mouseDown me
sprite(59).visible = 0
sprite(62).visible = 1
end
on mouseUp me
if the locV of sprite 38 < 325 then
set the locV of sprite 38 to the locV of sprite 38 + 1
end if
sprite(62).visible = 0
end