Hi,
I have started to make a game but can't make the sprites detect each other based on colour. I suspect it is something to do with layers. Can someone explain how the layers and colour detection work? Thanks.
Offline
kevvy_wilch wrote:
Hi,
I have started to make a game but can't make the sprites detect each other based on colour. I suspect it is something to do with layers. Can someone explain how the layers and colour detection work? Thanks.
Try this, if you haven't already.
when gf clicked // activates the command forever if <[Sprite v] is touching color []> // whenever your sprite touches this color... do action // ... then it will do what is in here. end
Last edited by SilverDomination (2013-04-13 15:52:43)
Offline
Hi, thanks for your reply. Where do I get the sprite is touch colour commands? I cant find them in the list of commands?
Offline
BB_The_Blue wrote:
Hi, thanks for your reply. Where do I get the sprite is touch colour commands? I cant find them in the list of commands?
It looks like this:
<touching color [#70FF07]?>It's in the sensing commands, at the top.
Offline