Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Our educational partners
Free education resources to use in the classroom
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.
Develop games in your browser. Powerful, performant & highly capable.
dop2000 thanks, it's work, but how? Is it bad to do like this for performance?
Yes, it's bad for performance. Should be ok on PC, but it may be quite bad on mobile.