Thankfully, it's fairly easy to see where it's going wrong.
The reason for this is that you've got literally NO checks to see how many droplets are created. The 'Create' command has the potential to seriously hurt performance, so it needs to be well regimented. Rule it with a rod of iron.
One good trick is this condition:
+Shooter is getting closer than -45px from window edge.
This will make sure the drops don't even start pouring until the water sources are near to the visible screen area (within 45px outside of the edge).
In addition, you want a condition like:
+Number of Raindrops is less than 50
Adding these conditions will make sure that your game at least runs. Then we can look at it and see how to make the effect work properly/better.
I'll post back with some ideas after tinkering with it a bit.
Disclaimer: Any sarcasm in my posts will not be mentioned as that would ruin the purpose. It is assumed that the reader is intelligent enough to tell the difference between what is sarcasm and what is not.
Lol, everyone's ranting about how cool it is, but I have no idea what it really does, where to turn it on, or whether it exists in MMF at all! If it was that great, why isn't it just built in and automatically activated?!
Disclaimer: Any sarcasm in my posts will not be mentioned as that would ruin the purpose. It is assumed that the reader is intelligent enough to tell the difference between what is sarcasm and what is not.
HWA basically makes games run faster. So you can have more going on at any one time. If you try running my game at the top of this page, it will probably slow down so much it's completly unplayable. Now, if you open the game up in the HWA beta of MMF2 and change the Display Mode to "Direct3D9" then it should help a lot. When I play it with that option enabled, there is no slow down what-so-ever. However, some other clickers still can't run it properly with Direct3D9.
Currently, your PC has a Sports Car in it, but MMF2 decides it would rather use the horse and buggy to display your graphics. HWA gives you the keys to the Sports Car.