This is actually a great idea which I have wanted for a while now. It would help me organise my large game, for sure.
just learned of this is this new?
Yep also Richard stole improved my extension for it
add a import .png files button in background/sprite/ect button
I doubt that will be possible for a long time, if ever.
@sword_studios it should be ;-;
Animate until done/in background/looping in background
i mean, this exists
There are tools allowing you to convert those kind of images to makecode images…
Importing png files to MakeCode is not possible since MakeCode has a limited resolution.
You can use a converter, though
…why?
@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.
well that limits your options. by a lot.
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?
@astro i know ![]()
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”
I did the same thing to makecode forums
overlaping tiles option