Without pretending to know what I'm talking about:
Couldn't you surround the line with particles with a certain alpha value?
Search found 9 matches
- Tue Feb 23, 2010 3:42 pm
- Forum: Support and Development
- Topic: Easy way to make fancy glowing vector lines?
- Replies: 10
- Views: 11230
- Mon Feb 22, 2010 8:43 pm
- Forum: Support and Development
- Topic: [solved] troubles playing sounds
- Replies: 3
- Views: 2319
Re: troubles playing sounds
It worked! Yay! Thanks loads.
- Mon Feb 22, 2010 10:03 am
- Forum: General
- Topic: introduction
- Replies: 1
- Views: 1856
Re: introduction
I'm new here myself, but: Welcome!
- Mon Feb 22, 2010 8:07 am
- Forum: Support and Development
- Topic: [solved] troubles playing sounds
- Replies: 3
- Views: 2319
Re: troubles playing sounds
Thanks a lot! I'll try that. Ofcourse I kinda figured the strings were the problem, but I couldn't for the life of me figure out how to solve it another way, except for using a million if's.
Thanks again.
Thanks again.
- Sun Feb 21, 2010 9:41 pm
- Forum: Support and Development
- Topic: [solved] troubles playing sounds
- Replies: 3
- Views: 2319
[solved] troubles playing sounds
Hi guys, I'm having a little trouble with playing sounds and I hope you can help me out. The following works fine: saythisnumber = love.audio.newSource("audio/0.mp3", "static") love.audio.play(saythisnumber) But this piece of code if numbertosay == 0 then saythisnumber = love.aud...
- Fri Feb 19, 2010 2:59 pm
- Forum: Games and Creations
- Topic: Pröxima - A Space RTS
- Replies: 53
- Views: 30581
Re: Pröxima - A Space RTS
Nice logo. I like.
- Thu Feb 18, 2010 7:52 pm
- Forum: Support and Development
- Topic: Playing sounds makes LÖVE crash? :(
- Replies: 5
- Views: 3410
Re: Playing sounds makes LÖVE crash? :(
Converting the WAV files to MP3 did the trick! Many thanks!
- Wed Feb 17, 2010 8:17 pm
- Forum: Support and Development
- Topic: Playing sounds makes LÖVE crash? :(
- Replies: 5
- Views: 3410
Re: Playing sounds makes LÖVE crash? :(
Ok, I tried it with the following code now: function love.load() soundone = love.audio.newSource("pingon.wav", "static") soundtwo = love.audio.newSource("pingoff.wav", "static") end function love.draw() love.graphics.print("Hello World", 400, 300) en...
- Wed Feb 17, 2010 2:44 pm
- Forum: Support and Development
- Topic: Playing sounds makes LÖVE crash? :(
- Replies: 5
- Views: 3410
Playing sounds makes LÖVE crash? :(
First of all: Hello everyone! I'm new to LÖVE and this forum. I plan on using LÖVE for a little hobby project I started. I want to build a voice controlled system that will (eventually...) automate as much of my home as possible. There are commercial programs that will allow you to do this, but I wa...