k
Isn’t this the guy from MetalSlug? I love that game!
Yeah the sprite is pleasing to the eye
Im trying it rn
@Jabberwock
@Jabberwock can you help me make a game using that guy
I think I got it:
I added a little in to the game. Unfinished, though
There is a problem with it though.
If I want to transition to fire, the animation interrupts.
So I wanted to make a condition with isFiring variable.
However I’m trying to set a a loop for it and I fail
I’ve added jumping animation:
So much fun:
Why no one replying… Is the forum dead?
I have a problem with the background it doesn’t move with the character…
No - the mods only go online at around 11AM EST. I think they all live on the Pacific side.
I like what you guys are building here. And that is an incredibly amazing background.
THAT BACKGROUND IMAGE IS HECKIN’ INCREDIBLE! It looks like a photo and feels so real! If you made this in Makcode Arcade, I bow down to your art.
Too many limitations in MakeCode… The background image is limited to 160x120 pixels.
To make it move horizontally probably need to cut it vertically to a sprite sheet and then change the code to make it appear moving.
The other thing I’m not sure what to do about is how to support more than 1 color palette, I had 4 colors not in used previously but with the map I need one more for the sky. The function image.setPalette() changes the palette for everything. If we could have more control of it amazing things can be done.
woa
(Me bowing in respect)
You could split the image into 500x(height of image) (because biggest image size is 500x500) and set them to sprites. Then you can align them all together and have the camera follow the main player.
You can’t. You can only have up to 15 colors on the screen. (Plus transparency) MakeCode Arcade was designed to run on microcontrollers and to be extremely simple.
idk What u are talking about but i found the perfect tile
Good. I fixed the player direction: