Jump to content

Matth89812

Members
  • Content Count

    22
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Matth89812

  • Rank
    Space Invader
  1. I made my own sound effect for the shooting in my game, and how do I put it in the main code (default.bas)?music_test_c7b1499b-283f-4a83-ada5-b7c54833b1e4.basdefault.bas
  2. How do I get Music and Sound Editor on the view tab. Its not there.
  3. Good but then when the game over screen appears, the player (player0) has to disappear.
  4. It worked. Now I need help with the game over screen. When the life bar is all gone the game over screen appears. Any suggestion on how to do it?
  5. I am trying to make the enemy hit the player and then the health bar decreases by 25 (total is 100) but its subtracting in different random ways. I want the pfscore health bar the decaread to the left. And when the health is completly gone, it comes the game over screen. How do I fix and do it? default.bas
  6. How do I hook up a Atari 2600 to a HDMI Samsung TV?
  7. Also I am trying to add the health when the enemy hits the player, the health decreases but there is an error. Herre is what I have: rem sets up life bar pfscore2 = 255 pfscore2 = %11111111 pfscore2 = pfscore4/4 : rem * If using a lives bar on right side. if collision(player0, player1) then pfscore2 = pfscore2 - 1
  8. Sorry. I just want some help but your right.
  9. Interesting. Can you try adding it for me? I don't know to much about coding. When the missile hits the enemy it gets a point sound. But if the enemy hits the player 3 times, it plays the dead sound and then the game over screen appears.
  10. Anything on how can I add the sound effects, lives and the game over screen?
  11. Thanks! Now everything works now! Now all I have to do is to work on the sound effects, the game over screen and the lives. I might need help with that.
  12. Ok. But what about the error I keep getting when I try to compile it? How do I fix it?
×
×
  • Create New...