BasketBall

But I have one question, how do you make a spite change to a different spite to make it look like it is acutely moving?

Are u talking about an image changer for sprites?

yes, but I have figured it out, here is the preview of my game https://makecode.com/_AcyWWoDfLL4h

3 Likes

Question: Why would I (or anyone else) want to stop the animation?

Sorry- The way I worded that seems a bit rude sounding. I’m not trying to be rude or mean-

1 Like

It is because t is constantly moving in that animation

1 Like

You can set it so that you have a variable called moving and you set moving to if left, right, up, down, and A button is pressed. Then you can have an on game update where if you’re not moving then you can put in the code ā€œstop all animationsā€

Ok thanks

You should use Richard’s character animations extension. It will automatically start and stop animations for you.

Ok, great!!!

2 Likes

I will continue working on it, but here it is Here it is

3 Likes

After I am finished making the WHOLE game,
does anyone want to try and edit it to make it a
2 player game

2 Likes

I could help

1 Like

Thanks

Underwater Astronaut, are you there???

yes, do you need something?

yes, you helped me on my game so you can be the first to play the FULL game Here you go

1 Like

Alright so I played the game and after, I looked at the code!
The game play is good! however you really only have one enemy following you and when they die, no other enemies follow you. When looking at the code, I realized that you set every enemy individually making a really long code. Instead of that, you can set the code to this
image
This will make as many enemies as you want with only little bits of code! (you only need 4 blocks the 5th one was just for testing!)

And looking at your code a bit more, you don’t need to put move ___ with buttons for every button pressed, you only need to place it at the start!
This might help clean up your code a bit more!
also I couldn’t really pass level two yet but im working on that :sweat_smile:
update: passed it! Level 3 is a bit difficult however because of the blue block thingy! could you check that out please?

Sure, and thank you for letting me know how my game is

1 Like

but can you send me the code you edited???

1 Like