add a button and effect! how to add button and effect: -------------------------------------- go inside the project (obviously) 1. copy and paste the fourth button 2. edit the button any way you like 3. go into its code and replace the value in the variable "set effect to( )". it should be greater then 4. 4. go into sprite 1 5. at the bottom of the my block script, put "if effect=(your value, it should be the same as the value you put in the sprite)" 6. start creating your effect in the if statement. 7. if you need to use clones, put "hide" then "clone" block in the if statment. then, right next to the my block script, there is a clone script. scroll to the bottom and put "if effect = (your value, make sure it's the variable)" and then a "show" block inside then your effect script. bonus: if you need a secondary clone or sprite, there is another sprite that I put there that you can use. same with the first sprite, put "if effect = (your value)" then your script. clones are the same as the first sprite. if you need ANOTHER sprite, you can add one and repeat the steps.
just click the buttons and click the screen to see what they do!