Search found 355 matches

by Crayon21
Sun Mar 03, 2024 10:37 pm
Forum: Emulators
Topic: Eightyone emulator not recognizing cursor keys as joystick
Replies: 10
Views: 878

Eightyone emulator not recognizing cursor keys as joystick

This is my code: 10 LET X=0: LET Y=0 15 LET J=0: LET K=10 20 LET K$=INKEY$ 25 PRINT AT J,K; "*" 30 IF K$="" THEN GOTO 30 40 IF K$="8" (CURSOR RIGHT) THEN LET X=X+1 (for some reason X and Y are flipped) 41 if K$="5" (CURSOR LEFT) THEN LET X=X+1 72 GOTO 20 it just sits there and I can't move it at all...
by Crayon21
Thu Feb 29, 2024 4:09 am
Forum: Spectrum BASIC
Topic: Does the zx spectrum have a fill command?
Replies: 6
Views: 1299

Re: Does the zx spectrum have a fill command?

dr beep wrote: Wed Feb 28, 2024 9:39 pm
Crayon21 wrote: Wed Feb 28, 2024 9:33 pm crap. are there basic extensions that have it?
By heart betabasic has
thank you
by Crayon21
Wed Feb 28, 2024 9:33 pm
Forum: Spectrum BASIC
Topic: Does the zx spectrum have a fill command?
Replies: 6
Views: 1299

Re: Does the zx spectrum have a fill command?

crap. are there basic extensions that have it?
by Crayon21
Wed Feb 28, 2024 8:30 pm
Forum: Spectrum BASIC
Topic: Does the zx spectrum have a fill command?
Replies: 6
Views: 1299

Does the zx spectrum have a fill command?

One of the games I uploaded to the CGC required a fill command for one of the shapes (namely a circle). Is there a way to fill in a given shape once drawn? Just the shape, not the screen. I've tried paper and CLS but that doesn't work. Ideas?
by Crayon21
Tue Feb 27, 2024 8:01 pm
Forum: Software
Topic: I converted Green day's homecoming to a ZX spectrum 128 song
Replies: 1
Views: 1377

I converted Green day's homecoming to a ZX spectrum 128 song

Not exactly like the song but close
let me know what you think
by Crayon21
Thu Feb 22, 2024 8:25 pm
Forum: ZX Spectrum Lounge
Topic: how did zx spectryum programmers make those big character graphics in games?
Replies: 3
Views: 769

how did zx spectryum programmers make those big character graphics in games?

Jet pac, Jet Set willy, Exolon. How did programmers manage to get the character so big? I can only manage small versions
if not BASIC, then how, outside of assembly?
by Crayon21
Wed Feb 21, 2024 8:50 pm
Forum: ZX Spectrum Lounge
Topic: On the usage of real names for the 2024 CGC
Replies: 5
Views: 667

Re: On the usage of real names for the 2024 CGC

I did, and I sent him a new entry...and disabled the break key :lol:
Sucker will force an NMI if he tries to break out :twisted:
by Crayon21
Wed Feb 14, 2024 8:53 pm
Forum: ZX Spectrum Lounge
Topic: On the usage of real names for the 2024 CGC
Replies: 5
Views: 667

Re: On the usage of real names for the 2024 CGC

yes but I did not give permission to use my real name
by Crayon21
Wed Feb 14, 2024 6:57 pm
Forum: ZX Spectrum Lounge
Topic: On the usage of real names for the 2024 CGC
Replies: 5
Views: 667

On the usage of real names for the 2024 CGC

How did the host get access to everyone's real names, especially when i did not give permission to use mine. Now everyone knows who I am and can look up my email, address or public info.

I never agreed to that.

How did Ed Too even get access? :?:
by Crayon21
Sat Feb 10, 2024 7:03 pm
Forum: GAMES
Topic: New translation: Stock-Car
Replies: 10
Views: 6651

Re: New translation: Stock-Car

the only thing left is to use Lambda color (Colour?) to make it perfect.