Difference between revisions of "AMOSi:Shift Down"

From Amiga Coding
Jump to: navigation, search
m (1 revision(s))
 
(Extracted from the AMOSPro V2.00 helpfile)
(No difference)

Revision as of 02:45, 17 November 2007

an example can be found on AMOSPro_Examples:Examples/H-2/Help_25.AMOS


Rotates a colour downwards through the current screen palette.


Shift Down delay,first,last,flag

first and last choose the range of colour indexes which will be rotated by your instruction.


delay sets the delay in fiftieths of a second between each colour shift.


type =1 cycles the colours continuosly.
=0 discard the colour value of index first after each rotation.