How would I make an object become visible when the player become near the object? I thinking I have to use something based on pixel distance. Any ideas on how I can name this work?
Thanks,
John L
Use the distance expression. See the following example capx.
Hi eli0s,
Thanks for the help!
John
You are welcome jlisenbyjr
Use Line of Sight Behavior
And an old way to do it is to create a invisible sprite that triggers the reaction (visible or non visible). However, I believe the other methods are more easy and direct
Develop games in your browser. Powerful, performant & highly capable.
Hi,
this is a sample tutorial how to make a trap, it's the same need
https://www.scirra.com/tutorials/1022/c ... form-games