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 every one <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile" />
how can i set lighting for my character like this game ?
scirra.com/arcade/puzzle-ga ... d-end-6013
Develop games in your browser. Powerful, performant & highly capable.
borken link ^^
oops
Dead End game in arcade
scirra.com
arcade/puzzle-games/dead-end-6013
Like this:
from 8:50min onwards
(not my video)
I know there are better ways to do it but one way to do it would be to have another image that is black everywhere else on the screen but is transparent in the middle... then you could just pin the image to your character.
Another way is to create a layer like this
Inside it you put a sprite like below
Then you put it like that
And you make an event to put it at the position of the player
Like every tick set position Player.X player.y stuff
thanks guys