Actions
Bug #835
openAMAL label/jump not working
Start date:
09/26/2021
Due date:
% Done:
0%
Estimated time:
Affected version:
Description
Creating an AMAL string with a label and a jump to label in the AMAL doesnt run any animation in between :-
#manifest:"amiga"
#speed:"safe"
Cls 0
Curs Off
Bob 1,270,160,3
STAN$="K: A 1,($8000+4,7)($8000+5,7)($8000+6,7)($8000+7,7)($8000+8,7)($8000+137,1); J K;"
Channel 1 To Bob 1
Amal 1, STAN$
Do
Amal On 1
Wait Vbl
Loop
Actions