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
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-
It is because t is constantly moving in that animation
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!!!
I will continue working on it, but here it is Here it is
After I am finished making the WHOLE game,
does anyone want to try and edit it to make it a
2 player game
I could help
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
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
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
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
but can you send me the code you edited???