Hey,
How do I make a sprite fall from the top and keep falling until it lands in a bowl/basket thing? So when I press SPACE, I want the sprite to stop and disappear IF it is touching the colour of the bowl/basket thing. Because now, I can only get the sprite to glide right down to the bottom and it won't stop when it hits the bowl.
Please help...thanks!
Offline
Try using this for the falling part of your script:
show repeat until <(touching [basket v]?) and (key [space v] pressed?)> Filler//The conditional above ^^ detects when to stop. change y by (-5) end hideI hope that this helps!
Last edited by ErnieParke (2012-11-04 19:10:17)
Offline