Actions
Bug #121
closedLimit Bob
Start date:
02/05/2020
Due date:
% Done:
0%
Estimated time:
2:00 h
Affected version:
Description
Limit bob isn't working - in the below code no bob is drawn at all when the limit bob command is un-commented (works as expected in Amos):
#manifest:"amiga"
#fullScreen:true
#splashScreen:false
screen open 0,320,200,16,lowres
curs off: flash off: cls 0
// make a bob
ink 2 : bar 0,0 to 16,16 : get bob 1,0,0 to 16,16 : cls 0
box 64,100 to 256,150 // Box drawn to show limits
do
bob 1,x screen(x mouse),y screen(y mouse),1
// limit bob 1,64,100 to 256,150 // un-comment in this line - and there's no bob at all!
wait vbl
Loop
Updated by Francois Lionet over 4 years ago
- Status changed from New to Resolved
- Target version set to 0.9.5
Fixed!
Updated by Baptiste Pillot over 4 years ago
- Status changed from Resolved to Feedback
- source : https://www.amos2.fr/ide/Amos2/Ide/Program/478
- run : https://www.amos2.fr/run/tickleman/121
- result : still not working : I see non Bob.
Updated by Brian Flanagan about 4 years ago
- Affected version changed from 0.9.4 to 0.9.9.4-RC1
Re-tested in 0.9.9.4-RC1
Problem still exists.
Updated by Brian Flanagan about 4 years ago
- Estimated time set to 2:00 h
- Affected version changed from 0.9.9.4-RC1 to Beta RC2
Updated by Brian Flanagan about 4 years ago
- Priority changed from Normal to High
Updated by David Baldwin about 3 years ago
- Status changed from Feedback to Resolved
- Assignee changed from Francois Lionet to David Baldwin
Fixed along with several other related bugs in the instruction.
Updated by David Baldwin almost 3 years ago
- Status changed from Resolved to Closed
Actions