Search found 6 matches

by dagmar1177
Mon May 14, 2012 12:45 am
Forum: General
Topic: 2D sprites and graphic
Replies: 2
Views: 1610

Re: 2D sprites and graphic

Wow i kinda feel like an idiot for not looking more closely on the wiki thank you
by dagmar1177
Mon May 14, 2012 12:38 am
Forum: General
Topic: 2D sprites and graphic
Replies: 2
Views: 1610

2D sprites and graphic

So I'm working on and overhead zombie type game but I'm not very gifted at art design so I need to download some sprites and background graphics for the game, preferably free ones. I'm wondering if anyone know's were to get some good ones from. I tried google searching but didn't have much luck as I...
by dagmar1177
Fri May 11, 2012 8:19 pm
Forum: Support and Development
Topic: having an issue where I can't stop the music from looping
Replies: 7
Views: 2655

Re: having an issue where I can't stop the music from loopin

Well thx for the info i just wanted to know if there was another way in case i needed to do something like this later but for the current situation i think putting in the .load will be the easiest thing thx for all the help and advice though
by dagmar1177
Fri May 11, 2012 11:45 am
Forum: Support and Development
Topic: having an issue where I can't stop the music from looping
Replies: 7
Views: 2655

Re: having an issue where I can't stop the music from loopin

Right so does that mean there's another callback function I need to put it in or is just love.load
by dagmar1177
Fri May 11, 2012 4:02 am
Forum: Support and Development
Topic: having an issue where I can't stop the music from looping
Replies: 7
Views: 2655

Re: having an issue where I can't stop the music from loopin

First thx for the tip for the forum. Second when I change the: setLooping to isLooping I still had the same problem where I had to put the audio.play in the love.load to prevent the sound clip from looping. I feel there should be another way to do this, but if there's not thx again for trying to hel...
by dagmar1177
Fri May 11, 2012 2:54 am
Forum: Support and Development
Topic: having an issue where I can't stop the music from looping
Replies: 7
Views: 2655

having an issue where I can't stop the music from looping

ZombieWorld.love I'm trying to learn as I go as I'm kinda as new as it gets when it comes to programing but I got some basics down and was trying experiment with making a start up theme that would play ONCE when the game would start now when I wrote the program it was initially like this function l...