Project

General

Profile

Bug #124

Updated by Baptiste Pillot about 4 years ago

The below reports an Amal Channel not opened error on line 10, column 1 (The Amal On command) - after a Guru error! 

 Tested on Amos and it moves the rainbow down the screen as expected: 

 ```aoz 
 #manifest:"amiga" 
 #fullScreen:true 
 #splashScreen:false 

 Screen Open 0,320,200,16,Lowres 
 Curs Off : Flash Off : Cls 0 
 A$="Move 0,200,100" 
 Channel 0 To Rainbow 0 
 Amal 0,A$ 
 Amal On 0 
 Set Rainbow 0,0,32,"","","(1,1,15)(1,-1,15)" 
 Rainbow 0,0,0,32 
 Wait Key 
 ```

Back