Jump to content

Jack Zero

Members
  • Posts

    2
  • Joined

  • Last visited

Jack Zero's Achievements

Combat Commando

Combat Commando (1/9)

0

Reputation

  1. Yes! Just tried that and it works good. From a game design standpoint, losing score points != pleasant.. This is more of a See If I Can Do It project than anything else. Something impossible before Batari Basic.. (and if it ends up nice maybe I'll have a cart made for myself)
  2. Is there a way to apply an if/then statement to score without breaking into assembly? For example subtracting 50 from the score only if it is currently > 50. I don't want losing a ship right away to cause a record score of 999950... IF SCORE > 50 THEN SCORE = SCORE - 50 doesn't seem to work. Any ideas?
×
×
  • Create New...