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: 3395
Author: jet_visy
Date: 03/03/2003
Subject: a little mystery solved (for me, that is!)
This is from Matthew Smith's game, BubbleSH
while (!quit) {
attract_mode(); // runs title screen until START is pressed
game_over=FALSE;
game_paused=FALSE;
score=0;
play_game();
}
So he does call it attract_mode himself! :)
