Closed sam-phillips21 closed 2 years ago
I cannot get my player to show up on the screen. Ive started the project over and have made some progress but still cannot get my player to show up
yesterday I had the same issue and was told i am not providing enough information in the project issue page to receive help.
function drawMtneer() { ctx.fillRect(mtneer.y, mtneer.x, 0, 0); ctx.fillStyle = 'red'; ctx.fill();
things come back as undefined. or described as not a function when it is a function.
lack of experience in canvas
started completely over. tried to create new functions.
https://github.com/sam-phillips21/Project-one
come on over too room 40 and lets talk it out
fix draw function. and create game loop
What's the problem you're trying to solve?
I cannot get my player to show up on the screen. Ive started the project over and have made some progress but still cannot get my player to show up
yesterday I had the same issue and was told i am not providing enough information in the project issue page to receive help.
Post any code you think might be relevant (one fenced block per file)
If you see an error message, post it here. If you don't, what unexpected behavior are you seeing?
things come back as undefined. or described as not a function when it is a function.
What is your best guess as to the source of the problem?
lack of experience in canvas
What things have you already tried to solve the problem?
started completely over. tried to create new functions.
Paste a link to your repository here
https://github.com/sam-phillips21/Project-one