Hey Guys,
I'm starting to make my first full game after I got a ball bouncing off of a paddle, my first project.
I want to make a game where two players can control tanks that can be moved and can fire weapons at there opposition.
I started to write the program but soon realised that I may need some help, here are the points that I need help with.
1. Re writing the program into functions.
I know the way I'm currently writing my program is a little bit archaic so I would like to add some formality to it by using functions, my problem is how do I use them?
I have looked at a couple of Tutorials and Posts but still can't get them to work, can anyone offer advice or examples?
2. Letter/Number Keys
I can use the Arrow keys or other keys such as thwe Shift/Control/Escape key but I can't find the letter or number keys.
How do I check letter keys and use them within my program?
3. Laser
I'm trying to get a laser to fire from one box using this code,
IF SPACEKEY()=1
X1#=T1#
X2#=T1#
Y2#=5
Y1#=5
LINE X1#,Y1#,X2#,Y2#
ENDIF
Unfortunatley the line dosn't appear, what am I doing wrong?
Cheers
Luke
Are Games getting worse or our standards getting higher?