Matth89812
Members-
Content Count
22 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout Matth89812
-
Rank
Space Invader
-
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
-
How do I get Music and Sound Editor on the view tab. Its not there.
-
Good but then when the game over screen appears, the player (player0) has to disappear.
-
Ok. Here is what I have default.bas
-
That did not work.
-
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?
-
Thanks men! I really owe you one!
-
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
-
How do I hook up a Atari 2600 to a HDMI Samsung TV?
-
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
-
Sorry. I just want some help but your right.
-
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.
-
Anything on how can I add the sound effects, lives and the game over screen?
-
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.
-
Ok. But what about the error I keep getting when I try to compile it? How do I fix it?
