You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 });
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
The text was updated successfully, but these errors were encountered: