Need extentions?

There’s already an extension that does that! If you go extensions and scroll to the bottom, the extension is arcade-tile-util.


Screenshot 2024-04-08 080713

2 Likes

@cSquared. Can you make a raycasting tile map extension where basically there is a z dimension for making tile maps like set tile map layer one to whatever you want then the next layer then the next you get my point.

2 Likes

can you make a extension where it adds health to enemys? I know there is staus bars and stufff but it gets really confusing thanks

4 Likes

Can also use sprite data to store enemy health

2 Likes

hi, this is my second ever post. can you make a physics extension, like running water or falling sand? I started coding about 3 months ago, so I am not sure if this would be too hard.

3 Likes

Heyo! I’m working on a project that’s bad right now, can you see if you can create a 3d platforming extension? if not, just make an extension for 3d but you can put HUD

3 Likes

hello, I’m actually making a game where I’m trying to make stuff like save points and all that kind of stuff. I want to try using the save settings extension but it is not working that great. could you simplify it by making something like a save station extension where you can just place a kind of sprite where if you interacted with it saves stuff using the other extension mentioned?

3 Likes

hello, sorry that I’ve been away, I totally forgot about makecode for a month or two but I promise I’ll get right on it.

2 Likes

when making your extention, I came across this wierd, valid line of code:
image
???

2 Likes

I have a good idea you could make an extension that can add a tilemap off of another tilemap that already exists I’m not talking about connecting with doors but instead you can see it and interact I would really need it for a dungeon game that auto makes rooms

Hi could you make me a interaction button extension I am making a market game and I need a way for you to give the item to customers

Hello, could you maybe make an extension that makes it easier for block coders to mess around with the settings of the game, such as changing the screen size?

2 Likes

Unfortunately, screen size can’t be made into an extension, at least not as far as I can tell. You could make an extension that changed the size to a different one, but there’s no way for the block coder to change the numbers, due to them being constants and not variables.

2 Likes

Is there any way for an extension to change the asset editor?

extensions dont chage the look of editors. They give you additional blocks (which are fully DIY meaning u can make them) to help you do things

1 Like

Can you make an extension that adds switch case statements in the form of blocks?

1 Like

You can use the break/continue blocks in the loops section :grin:

1 Like

Can you make an extension that lets you scale images seperate from the sprites? I’m thinking that it could either be a block like the flip blocks and/or could be a reporter like the clone block. Along side this, could you also add reporter flip blocks?

Also, separately, could you make an interpolation extension that lets you interpolate values from 0-1 (possibly also set a start and end value) to have it move smoothly?

By the way, if it is too difficult to do all of these at once, then you can do one part and, possibly, at some point, make more extensions to cover more of the stuff I asked for.
Also, this isn’t necessarily all for one project, but it would be nice to have these utilities in case I need to do certain things that you can’t do normally.