home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shocking The Web CD-ROM
/
SHOCK_CD.ISO
/
pc
/
tutorial
/
ch06_med
/
scaleabl
/
scaleabl.dir
/
00006.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-12-03
|
194 b
|
12 lines
on mouseDown
repeat with n = 10 to 22
set the height of sprite n to the height of sprite n * 5
updateStage()
waitfor(0.20000000000000001)
end repeat
end
on mouseUp
beep()
end