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: 6089
Author: jgh@arcade.demon.co.uk
Date: 10/03/2007
Subject: Re: Unused guardian-classes /
>Message-ID: <esq05t+3pm4@...>andrewbroad <no_reply@yahoogroups.com> wrote:
> the BASIC loader, which might end up looking something like this:The loader at http://mdfs.net/Software/JSW/JGH allows you to set:
> >>>
> 10 CLEAR 32767
> 20 LOAD "" SCREEN$
> 30 LOAD "" CODE
> 40 PRINT "Infinite lives? (Y/N)"
> 50 LET i$=INKEY$: IF i$="" THEN GO TO 50
> 60 IF i$="y" OR i$="Y" THEN POKE 35899,0
> 70 RANDOMIZE USR 33792
> <<<
Number of lives
Infinite lives
Invincability
Drop any height
Super jumping
Remove all guardians
Set start room
Number of objects
Enable teleport
--
J.G.Harston - jgh@... - mdfs.net/User/JGH
BBC BASIC for Windows and Internationalisation
See http://mdfs.net/Software/BBCBasic/Windows/ProgTips
