Project

General

Profile

Actions

Bug #135

closed

Dual Playfield not working

Added by Nick Morison almost 5 years ago. Updated over 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
Actions

Also available in: Atom PDF