Transition effects code

Any discussions related to the creation of new hardware or software for the ZX80 or ZX81
Post Reply
David G
Posts: 387
Joined: Thu Jul 17, 2014 7:58 am
Location: 21 North, 156 West

Transition effects code

Post by David G »

While analyzing an old game, I came across two interesting screen-wipe effects.
I call them TRANSITION_CLOSE and TRANSITION_OPEN.

* demo program is attached (TRANSITIONS.p)
* assembly language source code in ZX-IDE format is attached (TRANSITIONS.asm)

The machine code was found in Froggie 1983 by Richard Braunton
Attachments
TRANSITIONS.zip
Transitions.p and Transitions.asm
(1.34 KiB) Downloaded 136 times
User avatar
PokeMon
Posts: 2264
Joined: Sat Sep 17, 2011 6:48 pm

Re: Transition effects code

Post by PokeMon »

Funny stuff, I added one more line in the program:
60 GOTO 20
for a nice loop. 8-)
Post Reply