Difference between revisions of "AMOSi:Amal"

From Amiga Coding
Jump to: navigation, search
m (1 revision(s))
 
m (1 revision(s))
 
(No difference)

Latest revision as of 01:51, 17 November 2007

an example can be found on AMOSPro_Tutorial:Tutorials/Amal/Amal_1.AMOS


Assigns a list of instructions to an AMAL animation channel. These channels can be independantly assigned to either a Sprite, a Bob, or an entire screen using the CHANNEL command.


Amal channel number,"instruction string"

Takes your instructions from a string.


Amal channel number,program

Reads an AMAL program from a special AMAL memory bank.


Amal channel number,address

Loads the animation commands from the chosen address.


Amal channel number,"instruction string" To address

Sends the output of your animation string to your chosen address.