Actions
Bug #63
closedGet Sprite now compiles, but locks up AOZ application.
Start date:
01/22/2020
Due date:
% Done:
0%
Estimated time:
Affected version:
Description
Example: Help_66, line 118 from AMOSPro_Examples disk.
This example compiles, however, the AOZ application stops execution at the Get Sprite command.
Cls 0 : Pen 14 : Paper 0 : Print "*" : Get Sprite 1,0,0 To 7,7 : Cls 0
Commenting the Get Sprite command on line 118 allows the program to continue.
Cls 0 : Pen 14 : Paper 0 : Print "*"
' Get Sprite 1,0,0 To 7,7
Cls 0
Files
Actions