18244
GAME -> Actiontypeins
© Amstrad Personal (1987)
 
 
 
Super Pengo
cpc
 
 
screenshot
screenshot
 
 
 
 
 

screenshot
CTM644 Colour Monitor
screenshot
GT65 Green Monitor
 

Keywords

INFOS

- CATEGORIES -
GAME -> Action               
- NUMBER OF PLAYERS -
1 player
- STAFF -
Paru sous forme de listing dans le magazine Amstrad Personal n° 2

Auteur : Inigo Lekanda IRABIEN

- BUGS -
Pour éviter l'erreur "Subscript out of range in 1670"
AVANT :
1670 IF b=3 THEN bad(w,1)=x:bad(w,2)=y

APRES :
1670 IF b=3 AND w<>4 THEN bad(w,1)=x:bad(w,2)=y


Pour éviter l'erreur avec la ponctuation :
AVANT :
1870 IF x=39 THEN k$=" "

APRES :
1870 IF x=39 THEN k$=".":name$(y)=name$(y)+STRING$(9-LEN(name$(y)),".")


Pour éviter l'erreur "Subscript out of range in 2060" dans la table des records pour l'entrée numéro 5 :
AVANT :
1990 name$(5)="":shis(5)=score:FOR i=5 TO 2 STEP-1

APRES :
1990 name$(5)="":shis(5)=score:y=5:k$="":FOR i=5 TO 2 STEP-1


Table des records :
AVANT :
2130 LOCATE 6,24:PRINT"Pulsa espacio para continuar":WHILE INKEY$<>" ":WEND

APRES :
2130 LOCATE 6,24:WHILE INKEY$<>"":WEND:PRINT"Pulsa espacio para continuar":WHILE INKEY$<>" ":WEND


Corrections commentaires :
AVANT :
2670 ' Bicho hacia derecha
2770 ' Bicho hacia izquierda

APRES :
2670 ' Bicho hacia izquierda
2770 ' Bicho hacia derecha


En el listado de variables no aparecen las variables 'cpar' y 'juego'
cpar Si ya se han juntado las piedras amarillas en la pantalla actual
juego Si seguimos dentro del juego. Esta variable se inicializa pero no se modifica nunca

La variable 'dirb()' se inicializa para 4 elementos, pero sólo se usan 3

 

Goto Top
CPC-POWER/CPCSOFTS, programming by Kukulcan © 2007-2024 all rights reserved.
Reproduction forbidden without any express authorization. All the game titles used belong to their respective owners.
Hébergement Web, Mail et serveurs de jeux haute performance