coke905 wrote:because im new to lua
Unfortunately you seem to be new in a lot of things like using forums. People asked you for not double/triple post but you still don't get it and continue to do it. We ask for a .love with your errors and you still don't post it. I would say you have a terrible learning process (or simple like to disobey) when you keep discard all things we say to you.
Post 1
coke905 wrote:i fixed it i just remade a new game pretty much (LOLZ) i think it was the images i use sometimes the images don't work so i just resave them. Anyone know how i can go about making jumping And Platforms, see im able to do jumping but with that its just setting a jumppeak variable and a groundheight variable so my character lands back down at ground height but how would i implement jumping with it working with platforms, the platforms are rectangles and they wont be moving (yet anyway) thanks everyone and im sorry if i sounded grumpy on my last post it was just making me made that it wasent working. Oh and Great tutorials Sock
wat? (ignore mode). Look, SEARCH in forum for other jumping/platform games/examples around. LEARN with that examples.
Post 2
coke905 wrote:Oh and can love run .SWF animations because if it can i wont need to learn quads at this exact moment i can just play the animation where the character is right?
No. No SWF. No GIF's. No video (of any kind) sequences.
- If you don't want to learn quads you can LEARN how to use "single frame" assorted images to do animations. By other words change from time to time (using dt in love.update) the presented image of your animated thing for another (already loaded) image file.
- Alternately you can use animation libraries (as seem you already do) but you have to LEARN how to use that libraries. Even that you directly don't mess with Quads LOVE code you have to deal with Quad'ed images.
Post 3
coke905 wrote:AnAL library has an error on line 71 and i have no clue how to fix it because im new to lua
AnAl shouldn't have errors (unless you directly mess with library code) but your code probably have due some misuse of the library. Wait, we don't have your code to check what error was that. Hold a moment, I magically and telepathically receiving your line 71. (sigh).
And PLEASE, PLEASE, PLEASE read this
viewtopic.php?f=4&t=2982 and OBEY before do any other post.