My game is called Stickman. Im still working on it. The problem is that after the villian is destroyed i make him hide. After that i walk to where he dissapeared. And he is still killing me even when he is hidden. I cant figure out whats wrong. Help me.
http://scratch.mit.edu/projects/MrWhiskers/185964
Offline
I dunno why (Maybe I do. I dunno myself) but try using variables. Set alive to one, and when he hides, set alive to zero. Your stickman can only attack if alive=1
Offline
It is because you have not hidden the worm, you have ghosted it.
When it is ghosted, it is still there, you just can't see it. When hidden, it is not there at all. Put a "hide" block at the end of its death fade-out and it should be fine.
Offline