Bug #465
Rainbow lines are offset, and there are gaps between the rainbow lines.
Status:
In Progress
Priority:
Normal
Assignee:
AOZ Studio Team
Target version:
-
Start date:
09/03/2020
Due date:
% Done:
0%
Estimated time:
24:00 h
Affected version:
Description
Example code: (see attached snapshot for results)
#manifest:"amiga" #fullScreen:true #splashScreen:false Screen Open 0,320,256,32,Lowres Palette 0,$FFFFFF Cls 0 set rainbow 0,0,255,"","","" Rainbow 0,0,0,255 for y=0 to 255 rain(0,y)=y next Ink 1 : Box 0,0 To 319,255 wait key
They're offset both horizontally as well as vertically.
Files
Updated by Francois Lionet over 2 years ago
- Status changed from New to In Progress
This is a very tough one, it is due to the speed of the drawing of the rainbows. If you run the application on a smaller screen, then rainbows work fine.
On hold for the moment.
Updated by Brian Flanagan over 2 years ago
- Affected version changed from 0.9.9.4-RC1 to Beta RC3
Still a problem in Beta RC3.
I'm not sure what you mean by a smaller screen. It's only 320x256!
I even tried 160 x 128... with the same results!
The AOZ manifest is even worse.
I just get a black screen.