Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - JohnStabler

Pages: [1]
1
DotNet / DotNET question: managing playing multiple sounds
« on: January 31, 2012, 05:07:49 pm »
What would be the best way of handling multiple Sound objects? For instance, if I have a laser sound effect that is triggered twice in quick succession, the second call to the Play method on the sound causes it to stop and then play from the beginning. I'd want both sounds to be playing at the same time.

Is there any problem with creating a Sound object instance on the fly and then immediately playing it? Will I need to keep a reference to the sound to keep it playing?

2
SFML projects / Nebula Frontiers - MMO Space Combat/Trading
« on: January 12, 2012, 09:20:51 am »
I thought I'd introduce my current SFML.Net project. I've just published a first-look video of the game engine. So far, feedback from gamers has been very positive and I'd love to know what some of you guys think.

http://nebulafrontiers.blogspot.com/2012/01/first-demo-with-commentary.html

3
DotNet / SFML 2 Collision Detection in C#
« on: January 04, 2012, 09:21:50 pm »
For anybody who is interested, I took the C++ pixel-perfect collision detection code, recoded it in C# and added a static image collection to handle the changes to the way SFML treats images/textures.

I've been using it in my current project and it behaves very well.

SFML 2 Collision Detection in C#

Pages: [1]