Example

Bit Layer

6

was8bit 2020-11-21 07:53 (Edited)

A demo... pixel 120x120 layer

Bit Layer.nx | Open in app
2020-11-21 07:53

GAMELEGEND 2020-11-21 13:26

oh that is so cool


was8bit 2020-11-21 15:14 (Edited)

Thanky :)

Go ahead and try some pixel stuff with this... :)

Just replace the code between the DO LOOP

DO

R=RND(58)
CC=RND(2)+1
FOR A=0 TO 6.3 STEP 0.01
IX=(59+R*COS(A))
IY=(59+R*SIN(A))
GOSUB CALC
NEXT A

LOOP

With your own code... and be sure that

1) IX and IY are values between 0 to 119

2) CC is either ... 0 1 2 3

3) use GOSUB CALC to plot the point :)


was8bit 2020-11-21 15:15

Oh, and edit the colors for palette 0 to whatever you want :)


Log in to reply.