I'm going to make something like..... hidden object game. Ehm, so... how can I make an object disappear after clicking on it? Help help help me~
Object on clicked > set invisible !
So... I have tried add event > mouse > on clicked object
Then how to find the "invisible" option? is it.. on the "add action"
Yes, add action, select the object and Set visible, select invisible.
Develop games in your browser. Powerful, performant & highly capable.
Ah I see! Thank you my friend! You really help me.
No problem ^^
Um.. Can I ask one more question about this "disappear object"? I just think it's kinda weird to see it disappear like pong! it's gone.. Can I make it like.. fading out before completely disappear?
Yes there is a built in Fade behaviour, you can add this to the object. And change logic to on object clicked > start fade. This is the easiest way, or you can mess about with opacity of the object and reduce it from 100 to 0 over time.
Ok I will try it. Thank you dear friend!