So, just to clarify everything, in the game you move with wasd and shoot with the arrow keys. The enemy is spawned by pressing the spacebar, in the coordinates 10x 10y. When spacebar is pressed, though, the game crashes. The enemy is supposed to send you back to the menu once it hits you, and it's s...
So I lost my drive (as in motivation) back in may, so I'm trying to get it back with some coding. Not really working at the moment. :( I coded some enemies into my game and thought I had all I needed to make it work, but apparently not. I have no idea what I did wrong, and my code all looks like jum...
I'm sorry, but what did you do? I didn't really understand what the *dt was doing and what all of the time functiuons did
Sorry for being so nooby, but I really didn't understand much.
Also, how can I define love.keypressed(k) without having to define it all at once? (like in the code )
Hey! Thanks for coming to help out. So: I'm using *dt to make sure my player moves at the same speed in every computer, but it doesn't seem to be working. I opened the same file in my computer and my school's computer, but my character moved far too quickly in the latter Also, I don't know how to us...
Oh I'm sorry about this, but I'd like to ask one more thing. How can I make people raise friction without having it stuck on 1 or pushing the player back?
It's for a physics project on friction and movement
Thanks for clearing so much stuff out for me! You're really helping out
So,if my current code is inefficient for music, what should I do?
And, on a sidenote, would it be acceptable if I had my sources in a separate .txt file inthe game's .zip file?
Thanks for the help
But I DID define music in sound.lua: musicL = love.sound.newDecoder("sounds/music.mp3", 4 * 1024 * 1024) music = love.sound.newSoundData(musicL) However, I don't even know what that code means (I know, baad idea). So, could you also help me with the concept? I really don't find the wiki's ...
So I'm using Sockmunkeedev's tutorials to learn the ropes on LÖVE2D [youtube]http://www.youtube.com/watch?v=P5TfKHj6H5Q[/youtube] In the wiki, it sort of explains TEsound.playLooping, but I don't seem to be able to make it work I didn't find any other posts asking about this problem :I If there is o...