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
Updated by Francois Lionet about 3 years ago
- Status changed from New to Feedback
Same question as the other bug. I have a problem here:
If Anim waits for completion, then how can this work:
A 1, (1, 5)(2, 5)L; M(1,1,5)(1,-1,5)L;
If Anim was waiting, then Move would never be called!
???
Actions