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
Updated by Baptiste Pillot almost 5 years ago
- Related to Bug #33: Get Sprite returns Internal Error added
Updated by Baptiste Pillot almost 5 years ago
Confirmed, and comparable notice into #33 :
Updated by Baptiste Pillot almost 5 years ago
The message into Chrome's console is :
Uncaught TypeError: Cannot read property 'indexOf' of undefined
at Errors.getErrorFromNumber (errors.js:275)
at doUpdate (aoz.js:578)
Firefox tells something else :
TypeError: message is undefined (error.js:275:13)
Updated by Francois Lionet almost 5 years ago
- File Clipboarder.2020.01.24-004.png Clipboarder.2020.01.24-004.png added
- Status changed from New to Resolved
- Target version set to 0.9.3.2
This works in V0.9.3.2...
#manifest:"amiga"
Cls 0 : Pen 14 : Paper 0 : Print "*" : Get Sprite 1,0,0 To 16, 16: Cls 0
For I = 0 To 1000
Paste Bob Rnd( 320 ), Rnd( 256 ), 1
Next
Wait Key
Updated by Baptiste Pillot almost 5 years ago
- Status changed from Resolved to Closed
Works with "no manifest" (PC-default) too :)
Actions