Ok, so if anyone remembers my post about the game Dart Throw, I have taken the advice, and it worked, TO A POINT. I had the same script without the "Stop Script" blocks. Now, I have the problem of getting it to STOP adding coins and points. Heres the script:
Offline
SJRCS_011 wrote:
take out the forever in the <if> block. that should work...
Hmm. I think taking out the forever block will help, but only doing that won't fix the whole problem.
When you take out the extra "forever" block, add this underneath the "if block":
[blocks]<wait until><touching color[ green]>[/blocks]
This won't allow the sprite to add more coins until it is touching green again, if that's what you want.
Offline