Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » how to i make my sprite punch.
- 3swordjack
-
1 post
how to i make my sprite punch.
i am creating a game that needs punching but i cannot make the sprites punch. they are the default cat. please help
- randomonium
-
23 posts
how to i make my sprite punch.
when space pressed switch to costume whatnot if(touching whatnot)then change variable what means health by -1 or if the characters have stats like attack then change variable that means health by variable that means attack and if theres defense add a - defense and to prevent spam make the character knockback (youre on youre own for knockback) and to make the character have differ stats with differ characters in one sprite in character select when a character clicked set the stats to whatever you feel like
- MinecraftParty77
-
100+ posts
how to i make my sprite punch.
Everyone is so mean
Why would you say this? Im not mean!
- azsado
-
1 post
how to i make my sprite punch.
if you want to punch example lets see… Finn from adventure time take a punching costume and do this like- when flag is clicked, put a forever slab, inside it put a if slab and put (from sensing) key space pressed (any key of your choice ) and then put the punch costume and take another punch costume and then put a wait slab in the middle and then try it out
- csonic6
-
4 posts
how to i make my sprite punch.
I do not know how but I know how to make a death screen. First create a death screen backdrop then call it game failed.


- stevensabi
-
15 posts
how to i make my sprite punch.
When space key pressed switch costume to punch.
when key pressed
switch costume to
when key pressed
switch costume to
- Bukosai
-
22 posts
how to i make my sprite punch.
Use a Script like This in order:
When (key) pressed
Switch Costume to (punch costume)
Switch Costume to (regular costume)
That's the basics. Add a wait between the switches for realistic things. Making a Fighting game, keep a look out for my game! Follow me and see when it comes out!
When (key) pressed
Switch Costume to (punch costume)
Switch Costume to (regular costume)
That's the basics. Add a wait between the switches for realistic things. Making a Fighting game, keep a look out for my game! Follow me and see when it comes out!
- Discussion Forums
- » Help with Scripts
-
» how to i make my sprite punch.