smarthaert / phoenixlib

Automatically exported from code.google.com/p/phoenixlib
0 stars 0 forks source link

TPHxSoundEngine.IsPlaying #112

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
TPHxSoundEngine.IsPlaying seens to be not working! It always return False of 
Access Violation.

Original issue reported on code.google.com by wagenhei...@gmail.com on 19 Dec 2010 at 8:57

GoogleCodeExporter commented 9 years ago
I think this is a bug in the Play function

 Result:= TPHXSoundChannel.Create(Handle);
 Result.Play(Volume);

Should be

  Result:= TPHXSoundChannel.Create(Handle);
  Result.Sound:= Sound;
  Result.Play(Volume);

Original comment by andreas....@gmail.com on 21 Dec 2010 at 7:22

GoogleCodeExporter commented 9 years ago

Original comment by andreas....@gmail.com on 8 Aug 2013 at 2:11