Search found 9 matches

by Nephilim
Tue Feb 23, 2010 3:42 pm
Forum: Support and Development
Topic: Easy way to make fancy glowing vector lines?
Replies: 10
Views: 10345

Re: Easy way to make fancy glowing vector lines?

Without pretending to know what I'm talking about:

Couldn't you surround the line with particles with a certain alpha value? :brows:
by Nephilim
Mon Feb 22, 2010 8:43 pm
Forum: Support and Development
Topic: [solved] troubles playing sounds
Replies: 3
Views: 2233

Re: troubles playing sounds

It worked! Yay! Thanks loads.
by Nephilim
Mon Feb 22, 2010 10:03 am
Forum: General
Topic: introduction
Replies: 1
Views: 1776

Re: introduction

I'm new here myself, but: Welcome! :megagrin:
by Nephilim
Mon Feb 22, 2010 8:07 am
Forum: Support and Development
Topic: [solved] troubles playing sounds
Replies: 3
Views: 2233

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.
by Nephilim
Sun Feb 21, 2010 9:41 pm
Forum: Support and Development
Topic: [solved] troubles playing sounds
Replies: 3
Views: 2233

[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...
by Nephilim
Fri Feb 19, 2010 2:59 pm
Forum: Games and Creations
Topic: Pröxima - A Space RTS
Replies: 53
Views: 28310

Re: Pröxima - A Space RTS

Nice logo. I like. :)
by Nephilim
Thu Feb 18, 2010 7:52 pm
Forum: Support and Development
Topic: Playing sounds makes LÖVE crash? :(
Replies: 5
Views: 3268

Re: Playing sounds makes LÖVE crash? :(

Converting the WAV files to MP3 did the trick! Many thanks!
by Nephilim
Wed Feb 17, 2010 8:17 pm
Forum: Support and Development
Topic: Playing sounds makes LÖVE crash? :(
Replies: 5
Views: 3268

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...
by Nephilim
Wed Feb 17, 2010 2:44 pm
Forum: Support and Development
Topic: Playing sounds makes LÖVE crash? :(
Replies: 5
Views: 3268

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...