Search found 16 matches

by obey
Sun Jun 30, 2013 8:55 pm
Forum: Support and Development
Topic: Playing sounds in parallel
Replies: 11
Views: 6656

Re: Playing sounds in parallel

micha wrote:You need to create a source for each of the sounds and then you can play them parallel.

If this is not what you mean, then can you please post a .love file that shows, that you have got already?
Can I play sound1 twice? because currently, it needs to stop first.
by obey
Sun Jun 30, 2013 7:37 pm
Forum: Support and Development
Topic: Playing sounds in parallel
Replies: 11
Views: 6656

Re: Playing sounds in parallel

What exactly do you mean? Paralell is same as synchronously to begin with, so I fail to see the point. I mean: (Sounds) ^ |_[Sound 1 ]_____________________ |__________[Sound 2_____]________ |______________[Sound 3_______]__ ________________________________> (time) Sound 2 and 3 are "playing in...
by obey
Sun Jun 30, 2013 7:12 pm
Forum: Support and Development
Topic: Playing sounds in parallel
Replies: 11
Views: 6656

Playing sounds in parallel

It seems like my sound plays synchronously, but some times I'd like to play them together.
Is that possible? or am I doing something wrong?
by obey
Thu Jun 20, 2013 9:49 pm
Forum: Support and Development
Topic: Issues with player movment
Replies: 2
Views: 855

Issues with player movment

Why isn't my "image" player at the same position as my "circle player"?
player.lua:
http://pastebin.com/1jXF8xNT

Is this related to the body x,y properties?
What is the unique thing about them?

Btw:
If you have any other suggestions for my code, I'd be glad to hear it.
by obey
Tue Jun 11, 2013 9:59 pm
Forum: Support and Development
Topic: Help connecting multiplayer game
Replies: 4
Views: 2131

Re: Help connecting multiplayer game

I've copied the tutorial source code of the UDP networking example. I've goggled: "What is my ip" and got an ip, instead of "localhost" I've pasted the IP I got earlier. (Port used: 18025) The thing is, when I sent the exe of the client to a friend he sees only a black screen. W...
by obey
Sun Jun 09, 2013 3:23 pm
Forum: Support and Development
Topic: Help connecting multiplayer game
Replies: 4
Views: 2131

Help connecting multiplayer game

I've copied the tutorial source code of the UDP networking example. I've goggled: "What is my ip" and got an ip, instead of "localhost" I've pasted the IP I got earlier. (Port used: 18025) The thing is, when I sent the exe of the client to a friend he sees only a black screen. Wh...