Audio (92) Datatype (15) Demo (41) Development (239) Document (55) Driver (18) Emulation (59) Game (503) Graphics (207) Library (22) Network (57) Office (20) Utility (244) Video (18)
Total files: 1590
Full index file Recent index file
Part of aros exec |
[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] DESCRIPTION:
ScrollScreen. V0.9
Scrolls the current public screen after speсified paramaters
given via the argument. To use this program as a commodity,
use the F-key commodity from Commodore.
Arguments are: [x] [y]. Both arguments must be specified (important).
'x' means how many x-lines to scroll right. 'y' means how many
y-lines to scroll down.
EXAMPLE:
No scrolls:
> ScrollScreen 0 0
Scroll down-right by 10 pixels
> ScrollScreen 10 10
Scroll up-left by 10 pixels
> ScrollScreen -10 -10
It works on AROS!
Maybe someday it might be useful to move the screen a couple of pixels to the
side. =)
CONTACT:
Kjetil S. Matheussen
5423 Sogn Studentby
0858 Oslo
Norway
e-mail: kjetilma at ifi.uio.no
|