Project

General

Profile

Bug #135

Dual Playfield not working

Added by Nick Morison about 4 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Normal
Target version:
Start date:
02/05/2020
Due date:
% Done:

0%

Estimated time:
Affected version:

Description

in in the below code only the circles can be seen on Aoz, the bars on screen 1 can't be seen (tested this code on Amos and both can be seen):

#manifest:"amiga"
#fullScreen:true
#splashScreen:false

Screen Open 0,320,200,8,Lowres
Curs Off : Flash Off : Cls 0
For T=0 To 10
   Circle Rnd(320),Rnd(200),Rnd(50)+10
Next

Screen Open 1,320,200,8,Lowres
Curs Off : Flash Off : Cls 0
For T=1 To 10
   BX=Rnd(320)
   BY=Rnd(200)
   Bar BX,BY To BX+50,BY+50
Next 
Dual Playfield 1,0
Wait Key

Files

capture.png (34.8 KB) capture.png Baptiste Pillot, 03/07/2020 01:41 PM
#1

Updated by Francois Lionet about 4 years ago

  • Status changed from New to Resolved
  • Target version set to 0.9.5

Fixed!

#2

Updated by Baptiste Pillot about 4 years ago

Notice : I am not a "playfields specialist", but I do not understand how the two screens overlap each other (out of this issue scope, so I close) :

Also available in: Atom PDF