im making a game and i want the person to be able to only stand only brown and if he isnt fall down. how do i do that
Offline
if ( not <touching color [#000000]? >) fall
Last edited by subzerostig (2012-10-18 15:24:41)
Offline
subzerostig wrote:
if < not <touching color [#964B00]? > > fall end
Fixed.
Last edited by ErnieParke (2012-10-18 15:26:59)
Offline
Thank you. I've spent the last ten minutes trying to get it too work!
Offline
now my simple script to end the game isn't working. I have it set up
[scratchblocks]
when gf clicked
forever if <touching (color)>
broadcast death
end script
end
Offline
[scratchblocks]
when gf clicked
forever if <touching [color]>
broadcast [death]
end script
end
Offline
youvecatstobekitten wrote:
when gf clicked forever if <touching [color]?> broadcast [death v] stop all
I fixed and edited your script.
Offline