1 Attachment(s)
Martin2986 Learning by doing, and need some help with this minigame
Hi folks! :D
Im new to CTF and some of the logic I have to learn. I figure the best way is to ask directly since I could not find it in any tutorial or by direct search.
Also I have a couple of questions. I figured I made my own thread to keep the forum cleaner. This thread is dedicated to making this game. More info on that later, I will update this text.
Here is the main part of the game:
Attachment 22968
I have basically combined two of the examples i think @DaveC made them on this forum. But I cant find back to the posts I got them in the first place. Well anyways, im using this example to learn the program in my own way.
Problem 1: As you can see I have tried to count the bullets so that the button01 wont let me shoot bullets if there is none left. And button 2 gives button 1 new bullets. Problem here is that I cant figure out how to use conditions and variables the right way I guess. As it stands now [Line 12] will give me infinite buttons. creating a RAM mess.
(That's because I had to destroy button 1 when there is none bullets left, so that the gun wouldn't work.)