home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Encyklopedia Omnia
/
omnia201.iso
/
mondo3d
/
anfintro.dir
/
00011_Script_11
< prev
next >
Wrap
Text File
|
2000-11-19
|
464b
|
20 lines
on mousedown
set the loc of sprite 10 = (the loc of sprite 10 + 1)
puppetsound member "click" of castlib "suoni"
updatestage
repeat while the stillDown
scrollByLine member "testo",-1
end repeat
end
on MouseUp
set the loc of sprite 10 = (the loc of sprite 10 - 1)
updatestage
scrollByLine member "testo",-1
end
on MouseUpOutside
go to the frame
set the loc of sprite 10 = (the loc of sprite 10 - 1)
updatestage
end