HI. I’m working through the Rubys Adventure 2D project.
Currently doing the Visual Styling - Particles tutorial and at step 7. This is supposed to stop the smoke coming from the robot by adding code to the Fix function.
smokeEffect.Stop();
It simply doesn’t seem to do anything. Doesn’t stop and I even tried Destroy and that doesn’t work either.
Help!