my code (organizing and help)

Blitz3D Forums/Blitz3D Beginners Area/my code (organizing and help)

Braden(Posted 2008) [#1]
ok here is my code...


ok, first, how would I make it so both cameras have a gun that shoot in the easist way, because it is not working out to well...
2nd, how would I orginize my code so everything is accessable, and 3rd, how do I turn my bullet codes into functions.
If anyone can answer any of these questions I would be most thankful!

thanks!


Ross C(Posted 2008) [#2]
You questions are rather broad to answer specifically, and would require someone to probably write alot of code for you, you might not understand. Anything specific you want to know?


boomboom(Posted 2008) [#3]
also bad idea to post up code that links to media that you don't also supply.


Ace Killjoy(Posted 2008) [#4]
I can offer a piece of advice that might prove useful (it may not be a direct answer to your question #2):

When your code gets bigger, it becomes more tedious.
You can put labels into important areas of your code so that you can click on the label tap in Blitz 3D and the jump to the label you want to go to by clicking on it (sort of like dividing your code into chapters).

Just type:
.label

or whatever you want to call it.
Be sure to put a period in front of the label so Blitz knows what it is.