Notice: Trying to access array offset on value of type bool in /mnt/cpcwiki-httpdocs/includes/libs/IPSet.php on line 243

Notice: Trying to access array offset on value of type bool in /mnt/cpcwiki-httpdocs/includes/libs/IPSet.php on line 246

Notice: Trying to access array offset on value of type bool in /mnt/cpcwiki-httpdocs/includes/libs/IPSet.php on line 243

Notice: Trying to access array offset on value of type bool in /mnt/cpcwiki-httpdocs/includes/libs/IPSet.php on line 246

Notice: Trying to access array offset on value of type null in /mnt/cpcwiki-httpdocs/includes/profiler/SectionProfiler.php on line 104

Notice: Trying to access array offset on value of type null in /mnt/cpcwiki-httpdocs/includes/profiler/SectionProfiler.php on line 104

Notice: Trying to access array offset on value of type null in /mnt/cpcwiki-httpdocs/includes/profiler/SectionProfiler.php on line 105

Notice: Trying to access array offset on value of type null in /mnt/cpcwiki-httpdocs/includes/profiler/SectionProfiler.php on line 105

Notice: Trying to access array offset on value of type null in /mnt/cpcwiki-httpdocs/includes/profiler/SectionProfiler.php on line 106

Notice: Trying to access array offset on value of type null in /mnt/cpcwiki-httpdocs/includes/profiler/SectionProfiler.php on line 106
PCN May 1985 - CPCWiki
Last modified on 19 July 2020, at 17:36

PCN May 1985

Revision as of 17:36, 19 July 2020 by Robbarton (Talk | contribs)

Creating Amstrad Games with a Bang

When writing games for the Amstrad CPC464, with explosions, it is sometimes an enhancement to make the screen shudder during the bang. The first two OUTS turn it out; the second two turn it off.
OUT &BC00,8:OUT &BD00,1
OUT &BC00,8:OUT &BD00,0 The following routine is a simple, but flashy way to clear the screen:
LOCATE 1,1:SOUND 130,0,50,3,0,0,1:PRINTSTRING$(25,11);