home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC-Online 1996 June
/
PCOnline_06_1996.iso
/
mrmore
/
mrmore.dir
/
00063_Script_63
< prev
next >
Wrap
Text File
|
1996-04-11
|
506b
|
16 lines
-- runterscrollen mit balken
on mouseDown
global gnFirstSprite, gnTextHeight
ClickButton(the clickOn)
if the locV of sprite (gnFirstSprite+1) < 79 then
set the puppet of sprite (gnFirstSprite+1) = true
set the puppet of sprite (gnFirstSprite+2) = true
set the locV of sprite (gnFirstSprite+1) = the locV of sprite (gnFirstSprite+1) + gnTextHeight
set the locV of sprite (gnFirstSprite+2) = the locV of sprite (gnFirstSprite+2) + gnTextHeight
end if
end