Hey, My name is josh and just like many others, I have a video game design class at school which requires me to make a game (the whole carbonade project). My story is a little off-topic of the whole, promoting healthy drinks, but it doesn't matter all that much for my class.
My very first question is about models, I know how to load up a model as a character, my problem is that I'm having trouble finding free models to download. Most preferably would be a model of a human or elf holding a bow. but any human-like model would be great, the only model my school provides is a completely black penguin.
Another struggle I've had was changing the movement of the player to WASD instead of the arrows keys, the code for the arrow keys looks like:
if upkey()= 1 then move object 1, +10
(I'm at home right now so that may not be exactly what it is, thats just what i remember)
I changed it to:
if inkey$() = w = 1 then move object 1, +10
This change allows me to use W instead of the UP ARROW to move forward, but I can no longer move forward, while turning, whereas while using the arrows, I can turn and make a circle, and now I can't. Can anyone fix this? I asked my teacher and he gave me the "I dont know what the problem is, it looks correct to me"
Currently, these are all the questions I have. Thank you