Hello everyone
It's probably already covered somewhere else but I need a little help with a simple game I'm making, it involves two players controlling a separate character with the same keyboard (There's no reverse to balance both sides
) but I need help with making a matrix for the characters to sit on, every time I build a matrix it's placed over the characters and I can't see them. Or! Better still, is it possible to prevent the objects from moving off the screen (The camera range expands when a player would move off screen, camera bounds etc.) I'm also having trouble with an animation element. I tell the hoverbot to fire, but it can't seem to raise it's firing arm. I would also like to control a shooting element as well but I can't see anything in the instructions on how to create it (Code I simply add in doesn't seem to work) My code is written below and I would really appreciate some help