I am creating a Wack a Mole style game and I am having a little bit of trouble. I made a mallot follow the cursor and put the following in on it's script:
When the green flag is clicked
forever
go to mousepointer
When <Mallot> is clicked
Broadcast <Hit>
On one of my characters that pops up, I put the following:
When I recieve <Hit>
Forever if
Hide
When ever I click on the characters with the mallot they don't disappear. Is there a way to fix this? Thanks!
Offline
Hmm. Try changing the character to:
When recieve <hit>
hide
The forever if block is a condition block.
Also, try changing the mallot one to:
When flag clicked
[forever if (touching <the character that pops up>)
if (mouse down)
broadcast <hit>]
If you don't change the mallot one, I think that the mole will hide everytime you click any where on the screen.
If this doesn't work, ask me again. And above all: Happy Scratching!!
Offline