Actions
Bug #818
closedGet Bob i,x1,y1 To x2,y2 is broken.
Start date:
09/12/2021
Due date:
% Done:
0%
Estimated time:
1:00 h
Affected version:
Description
Get Bob in the form:
Get Bob index,x1,y1 To x2,y2
...is broken in this version.
Get Bob index,x1,y1,width,height
... is working though.
Example:
Palette 0,$FFFFFF,$00FF00
Flash Off : Curs Off
Ink 2
Cls 0
Disc 100,100,40
Pen 1 : Locate 0,5 : Print "Here's our object."
Print " (Press any key.)"
Wait Key
'
Get Bob 1,100-39,100-39,80,80 ' This works
' Get Bob 1,100-39,100-39 To 100+39,100+39 ' This fails
Cls 0
Locate 0,0 : Print "Here are bobs made from it."
Bob 1,200,200,1
Bob 2,300,300,1
Bob 3,400,400,1
Updated by Brian Flanagan about 3 years ago
- Priority changed from Normal to High
Updated by David Baldwin about 3 years ago
Fixed. Brackets issue in languages/bobs.aoz
Updated by Brian Flanagan about 3 years ago
- Status changed from Resolved to Closed
- Target version changed from none to 1.0.0 (B10) u16
Verified. Works!
Thanks!
Actions