Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
Hi, I get howtoconstructdemos.com/visible-field-of-view-fov-in-a-top-down-game-like-a-flashlight-beam-capx source and it work for one enemy(or friend) character in layout. but when I want to create 2 ShadowLight(Clone It) or create with System->create Object , it confused ! Please Help.
I'm afraid the only way is to make another layer for the second player.
Add Player+FOV+ShadowLight objects to a container. Create another layer, copy-paste all 3 objects to that layer. Set "Force own texture=yes" in layer properties.
dop2000 thanks, it's work, but how? Is it bad to do like this for performance?
Develop games in your browser. Powerful, performant & highly capable.
Yes, it's bad for performance. Should be ok on PC, but it may be quite bad on mobile.