Difference between revisions of "AMOSi:Move Y"

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_Tutorial:Tutorials/Amal/Amal_5.AMOS


Move an object vertically using a STOS compatible command sequence. As with AMAL, the object is chosen with the CHANNEL command.


Move Y channelnumber,"(speed,step,count)..."

speed sets the delay in fiftieths of a second between the operations.


step enters the distance to be moved in each step.


count specifies the number of steps which should be performed in every operation.


You can also include the L or E directives at the end of your commands.


L


Loops the sequence continuously on the screen.


E y coord


Stops the sequence when the chosen coordinate value is reached.