
Search found 78 matches
- Thu Jan 23, 2020 7:56 pm
- Forum: General
- Topic: Problems with localising variables
- Replies: 5
- Views: 8336
Re: Problems with localising variables
tnx guys! i'll get back to you if any have any problems if not, again, thanks 

- Tue Jan 21, 2020 8:48 pm
- Forum: General
- Topic: Problems with localising variables
- Replies: 5
- Views: 8336
Problems with localising variables
hay all, i need some help with a variable I'm trying to use from one file to another i don't know exactly what I've done but i know my variable can't be called from the second file even know I'm using the return function can someone please have look at my code and see what I've done wrong because I'...
- Sun Dec 15, 2019 10:28 pm
- Forum: Support and Development
- Topic: Can't start the simple script
- Replies: 3
- Views: 4720
Re: Can't start the simple script
The best way I can think of solving this is giving you the steps so here you are: 1. Find a location that can be accessed by anyone (so no admin restrictions) 2. Create a folder with a file in it called "main.lua" 3. Type in: function love.load() print("hi") end 4. Run the comman...
- Sun Dec 15, 2019 12:51 pm
- Forum: General
- Topic: Pulse screen to a beat [Solved]
- Replies: 8
- Views: 7764
Re: Pulse screen to a beat [Solved]
yeah but for some reason on my computer it raised an error when i converted an mp4 to an mp3 and then tried to play it with love whereas all my other mp3's worked fine (I'm thinking i may have not converted it right or something)
- Sun Dec 15, 2019 12:07 pm
- Forum: General
- Topic: What code editor do you use ?
- Replies: 195
- Views: 326988
Re: What code editor do you use ?
Intellij is pretty visually appealing I think but requires a bit of setup to run with love2d
- Sun Dec 15, 2019 10:49 am
- Forum: General
- Topic: Help developing my own beat detection Module
- Replies: 0
- Views: 4842
Help developing my own beat detection Module
hi all so recently I've found a beat detection code here but the problem is i don't want to use someone elses module on a count as I'm fussy like that :P so can someone help me develop my own module or even give me a very small example of beat detection nothing huge just something that i can get sta...
- Sun Dec 15, 2019 10:06 am
- Forum: General
- Topic: Pulse screen to a beat [Solved]
- Replies: 8
- Views: 7764
Re: Pulse screen to a beat [Solved]
I know this topics solved (and I'm double posting) but i thought this would be important for anyone browsing this forum https://github.com/Ulydev/wave is a great place to start with beat detection just make sure you use "true files" (as i call them) these are basically files that aren't co...
- Mon Dec 09, 2019 6:03 pm
- Forum: Support and Development
- Topic: Help adding effects to my snake game [closed]
- Replies: 0
- Views: 4921
Help adding effects to my snake game [closed]
hi all, so what i need is some help and or even just some small suggestions on how i would make my snake game harder and effects I'm trying to aim for effects as trippy as Quadrant but theirs a problem with this: it's a snake game how would i fit the snake to the beat of the music would i vary it's ...
- Mon Dec 09, 2019 7:42 am
- Forum: General
- Topic: Mobile? Scaling for multiple devices,resolution and screens
- Replies: 1
- Views: 3573
Re: Mobile? Scaling for multiple devices,resolution and screens
Here this forum here might help with your problems:
https://love2d.org/forums/viewtopic.php?t=83990
Specifically uederson's post
Hope it helped
https://love2d.org/forums/viewtopic.php?t=83990
Specifically uederson's post
Hope it helped

- Sun Dec 08, 2019 4:34 pm
- Forum: Support and Development
- Topic: What is the standard way to make animation of player movement(with anim8)?
- Replies: 1
- Views: 5037
Re: What is the standard way to make animation of player movement(with anim8)?
https://github.com/kikito/anim8/blob/master/README.md this link should hopefully give you a bit of help - I personally use a quad sheet method to create my animations but there's plenty of other methods out their ( Sorry I can't supply a lua file i"m on mobile) There's also a lot of YouTube vi...