Resource centre for ZX Spectrum games
using Manic Miner and Jet Set Willy game engines
Archive of the
Manic Miner & Jet Set Willy Yahoo! Group
messages
|
|
||
|
|
Message: 4100
Author: john_elliott_uk
Date: 19/04/2004
Subject: Re: Resolving semantic heterogeneity for vertical guardians
--- In manicminerandjetsetwilly@yahoogroups.com, kari_krisnikova
>
[...]
> if (velocity < 0) {
> top+= (startPos - top) % velocity;
> bottom-= (bottom - top) % velocity;
> }
Wow. Am I allowed to use that code in my own programs?
