Updates YOU want to see in Makecode

This is actually a great idea which I have wanted for a while now. It would help me organise my large game, for sure.

4 Likes

just learned of this is this new?

2 Likes

Yep also Richard stole improved my extension for it

3 Likes

add a import .png files button in background/sprite/ect button

1 Like

I doubt that will be possible for a long time, if ever.

2 Likes

@sword_studios it should be ;-;

1 Like

Animate until done/in background/looping in background

2 Likes

i mean, this exists

There are tools allowing you to convert those kind of images to makecode images…

3 Likes

Importing png files to MakeCode is not possible since MakeCode has a limited resolution.

1 Like

You can use a converter, though

3 Likes

…why?

3 Likes

@Sword_Studios because i need it for computer screen also sprites would be nice. However, i need a NOT GITHUB one cause school blocked github.

2 Likes

well that limits your options. by a lot.

3 Likes

i unfortunately do not know of a non github link. My school blocked github at one point and I was like the only one who cared, I talked with the principal and he decided to unblock it. Maybe you could try do the same thing?

1 Like

@astro i know :sob:

1 Like

Why does it freeze my game when I do it?

You’re likely putting it on a game update, on start or on a button pressed loops. The game can’t update the screen until that code finishes running, hence why it freezes. You can work around this by grabbing the “separately do” block from the timers extension and putting this loop in it, or using this block on “forever” loops instead of “on game update”

2 Likes

I did the same thing to makecode forums

overlaping tiles option