Search found 4 matches

by N3RDY
Sun May 15, 2022 9:49 pm
Forum: Support and Development
Topic: Adding Hitboxes
Replies: 2
Views: 2227

Adding Hitboxes

I've been following Challacades' Tutorial:https://www.youtube.com/watch?v=dZzAxYrUMRg for my platformer. When I run the game it shows an error message: Error main.lua:30: attempt to index field 'Walls' (a nil value) Traceback main.lua:30: in function 'load' [C]: in function 'xpcall' [C]: in function...
by N3RDY
Sun May 15, 2022 8:21 pm
Forum: Support and Development
Topic: Game Devolpment Help
Replies: 3
Views: 2534

Game Devolpment Help

I have a lot of questions so here they come: -How would I add the attack animation, which is on a seperate sprite sheet (when using anim8)? -How would I make the character move through the map without pressing a key? (I know this is simple, I just forgot since this is one of my earliest projects) -H...
by N3RDY
Sun May 15, 2022 6:03 pm
Forum: Support and Development
Topic: Continuous Jumping Animation
Replies: 5
Views: 3080

Re: Continuous Jumping Animation

A couple more questions. How would I make continuously generating platforms out of tilemaps that I have made? How would I make the character jump (go up and back down)? I also have a lot of trouble adding more than one animation so how would I add an attack animation?
by N3RDY
Sat May 14, 2022 9:59 pm
Forum: Support and Development
Topic: Continuous Jumping Animation
Replies: 5
Views: 3080

Continuous Jumping Animation

This is one of first few projects. I'm making an endless runner with the provided spritesheet using anim8. So far I've been able to make the character run but when it jumps it never stops. Is there a simple way to fix this? I'd also appreciate any other advice.

main.lua
I also used anim8 and HUMP
(1.19 KiB) Downloaded 78 times