-
Notifications
You must be signed in to change notification settings - Fork 753
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set opacity of chached image [5.0.1] #847
Comments
Currently you can't change opacity of cached node. You need |
Tahks for the reply, But clearing the cache and setting the opacity to 0 will resolve into an non-clickable region because all pixels have 0 opacity. |
Is it possible to manually replace the image data (stripped with opacity pixels) |
You are using
|
Oh. Looks like it will not work in this way, because after |
You may use ultra hack: set opacity to |
Thanks. I was experimenting with that already. I think i'll wait for the update. Nothing is broken yet.. :-) |
Ah, I think it makes sense for opacity to affect cached shapes. I'll fix this up. |
fixed cb52be6 |
I have a hitspot image. When opacity is 1 it provides a stroke and a aplha fill as overlay for an existing image on the stage.
But, my starting position should be opacity 0, click on it and opacity should be 1.
When i try this example on the tutorial part is does not work either. Trying to set the lions opacity does not work for me. The monkey however, does accept the opacity.
Therefor the problem lies in the cached object... How can i solve this problem?
The text was updated successfully, but these errors were encountered: