This is the second parat of my script
<if><color[ ]is over[
<hide>
<end>
Whenever the two sprites touch, and the colors are touching too, nothing happens
What am I doing wrong?
Its a game so i want it so when the sprite touches the sprite#2- Sprite#2 will dissapear
Offline
Make sure you have a Forever loop around the If test so that the computer is looking again and again to see if the condition is met. Otherwise it will only check once and that's not what you want.
Offline