okay so i making a game where you can draw a black line and if the sprite isn't on that line it falls and when it hits the edge of the screen it loses a life, i am having troubles doing this (such as, even if it is touching color black it falls anyway) so please give suggestions on how to help, i already uploaded it to my page, so you can see it, it's called Transformice,
Thank you
Offline
if touching color black
change y by 1
else
change y by -4
end if
how does that work for you?
Offline
And also,
if touching edge change lives by -1
Offline