home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC-Online 1996 June
/
PCOnline_06_1996.iso
/
mrmore
/
mrmore.dir
/
00131_Script_131
< prev
next >
Wrap
Text File
|
1996-04-11
|
434b
|
16 lines
-- runterscrollen ohne balken
on mouseDown
global gnFirstSprite
ClickButton(the clickOn)
cursor 0
if the locV of sprite (gnFirstSprite+1) < 136 then
set nTextHeight = the textHeight of cast (the castNum of sprite gnFirstSprite+1)
set the puppet of sprite (gnFirstSprite+1) = true
set the locV of sprite (gnFirstSprite+1) = the locV of sprite (gnFirstSprite+1) + nTextHeight
end if
end