Actuate.tween (background, fadeOut, { alpha: 0.1 }); in line 60 somehow make background Sprite unclickable. Sprite fadeouts correctly, but becomes unclickable after finishing fadeout. background.alpha = 0.1; does not make background unclickable, so there might be some issue in actuate library.
As of lime 3.4.1 sound does not play on cs, because of a bug in AudioBuffer.fromFile, but I think this should be discussed in other issues.
|
Actuate.tween (background, fadeOut, { alpha: 0.1 }); |
Actuate.tween (background, fadeOut, { alpha: 0.1 });in line 60 somehow make background Sprite unclickable. Sprite fadeouts correctly, but becomes unclickable after finishing fadeout.background.alpha = 0.1;does not make background unclickable, so there might be some issue in actuate library.As of lime 3.4.1 sound does not play on cs, because of a bug in
AudioBuffer.fromFile, but I think this should be discussed in other issues.openfl-samples/features/media/PlayingSound/Source/Main.hx
Line 60 in 66bd07b