Actions
Bug #129
closedbob Clear - Internal error
Start date:
02/05/2020
Due date:
% Done:
0%
Estimated time:
Affected version:
Description
Bob clear causes a Guru error, then reports internal error:
#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
bob update off
do
bob clear // guru's and then produces an internal error
bob 1,x screen(x mouse),y screen(y mouse),1
bob draw
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
- Description updated (diff)
- Status changed from Resolved to Closed
- source : https://www.amos2.fr/ide/Amos2/Ide/Program/482
- run : https://www.amos2.fr/run/tickleman/129/
- result : a white-squared bob that follows the mouse
Alright.
Actions