Project

General

Profile

Bug #818

Get Bob i,x1,y1 To x2,y2 is broken.

Added by Brian Flanagan over 2 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
High
Assignee:
AOZ Developers
Target version:
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
#1

Updated by Brian Flanagan over 2 years ago

  • Priority changed from Normal to High
#2

Updated by David Baldwin over 2 years ago

Fixed. Brackets issue in languages/bobs.aoz

#3

Updated by David Baldwin over 2 years ago

  • Status changed from New to Resolved
#4

Updated by Brian Flanagan over 2 years ago

  • Status changed from Resolved to Closed
  • Target version changed from none to 1.0.0 (B10) u16

Verified. Works!
Thanks!

Also available in: Atom PDF