Is it my logic or what? Look at my count test project. I used a series of broadcasts to make a variable count to 10. It does not. I thought it might be Scratch or Java, but it does not work on flash. If I can't get Flash to count to 10 I might need to try something else.
Offline
My guess is that "Count" is being broadcasted at the same time, so it's receiving all those broadcasts at once and only ends up performing the script it's supposed to once. You'll see that if you delay each broadcast, like in the scripts I posted below, it works.
Now, why you would want to count in such an inefficient way is beyond me, but I won't question your motives.
Offline
Thanks, I'll try your changes and see what it does.
Offline
I Don't really want to count. I was testing the ability of Scratch to do several things at once. This is the only way to speed it up, without using turbo mode.
Offline