I'm trying to make a stickman (black) stand on a block (blue) but fall when off the block.
I try but he won't fall. help!!!!!!!!
Offline
if the block is a sprite, have a script like this:
forever if not touching sprite 1 repeat until touching block hange y by -4
Offline
Copy the scripts from this project
http://scratch.mit.edu/projects/archmage/72848
Offline
thanks for all your help. I will repay your help.
Offline
alexpja wrote:
<forever if> << <not> >><touching[ sprite1 <repeat( until <touching[ block(( y </> 4 ))
is this what u mean bosox?
yeah except not /4, u need a -4
Offline