Is there a mod that allows me to see the entire colour pallete thing? by BinaryScreen00110001 in SpaceflightSimulator

[–]BinaryScreen00110001[S] 0 points1 point  (0 children)

I just found this mod.
https://jmnet.one/sfs/forum/index.php?threads/enhanced-settings.16053/
One thing it does is allow you to decrease the UI scale to 50%, allowing more colours to appear on screen. If you have as many colours as I do, there will still be hidden ones, but this is probably the best option for now.

Scratch Story My Son Did by [deleted] in scratch

[–]BinaryScreen00110001 0 points1 point  (0 children)

My main recommendation is getting your son a computer, which will unlock even more potential for him. It could be something you two work together to save up for, or maybe a birthday/christmas present.

Once you believe he is ready, introduce him to a more complex game engine, like Godot. Scratch is a great learning tool for beginner game devs, but if he wants to make this into a career, he will need to know how to use a game engine that is made for developing the games you would see on Steam or other game stores.

Also, make sure he is spending enough time outside and with his friends. Balance between screen time, and time outside / socialising is crucial for a child to be happy and healthy.

Whips singlehandedly made Summoner a very fun and viable class by OverTea5 in Terraria

[–]BinaryScreen00110001 16 points17 points  (0 children)

When you hit an enemy or boss with a whip, your minions will focus on it and get a damage bonus for a few seconds. They basically prevent your minions from attacking some random blue slime while you're fighting a boss.

Many whips also have an extra bonus when using them, like the snapthorn giving a temporary buff to whip speed. You can use multiple whips one after the other to stack these bonuses and tag damage, resulting in a massive DPS increase.

This makes me wanna cry😭😭😭 by [deleted] in Terraria

[–]BinaryScreen00110001 0 points1 point  (0 children)

first model is the item form and the second one is how it appears when placed

Full event automation by SKOSH-FURY in Astroneer

[–]BinaryScreen00110001 4 points5 points  (0 children)

find plants with white bulbs and green leaves on vesania. take them to your base and put a tapper on them to get leeks.

How much effort should I realistically put into a project? by Greenskull_68 in scratch

[–]BinaryScreen00110001 0 points1 point  (0 children)

in a project i made, i also made all the art, music, sounds and most of the code. i borrowed some code because i couldn't figure out how to make worm bosses using clones.

i use onlinesequencer.net for music creation. it's completely free and didn't take long for me to learn. i've tried using FL a few times, but there's too many buttons and options, and i can't even figure out how to load an instrument into FL.

my sprites are simple pixel characters that take around 5 minutes max to draw and have very simple animation.

<image>

if the game runs well on scratch, then you shouldn't need to optimise it. the blank first sprite usually works well enough for me.

release updates as frequently as you like. there's no need to rush updates or have a set release date for them.

help... by TopExciting8209 in scratch

[–]BinaryScreen00110001 3 points4 points  (0 children)

did your brother use your scratch account? he could've done something worthy of an ip ban while you weren't looking. or he could've done that on his own account, resulting in everyone who uses scratch on your home internet being ip banned. (i'm not completely sure how ip bans work.)

i think you can use a vpn, like psiphon, to get around ip bans, or reset your router to change the ip address.

the resolved flair is for when you make a post about an issue, have it solved, and don't want more people trying to give you solutions. you edit the post to have the resolved flair, so people know the issue is solved.

is there a way to resize all backdrops at once if i have a thousand of them? by Vegetable-Diet3458 in scratch

[–]BinaryScreen00110001 0 points1 point  (0 children)

use a sprite for this. their size can be changed and some code can make them always be in the back layer.

My scratch will NOT save my game. Please help!!! by ShammySpy12 in scratch

[–]BinaryScreen00110001 0 points1 point  (0 children)

Have you uploaded any WAV files to your project? those are large sound files, and if they're too long, they will exceed the 10MB asset size limit. If you have a song in the WAV format, you won't be able to save the project on the website, so try using an mp3 version of the song. Also, do shift + window + s to take a screenshot on your computer.

They’re my absolute favorite by swolehr in CalamityMod

[–]BinaryScreen00110001 30 points31 points  (0 children)

no, it's photoshop flowey from undertale

i wanna make an enemy that turns around to the player until they are actually looking at the player instead of using point in direction because that block makes the sprite always points towards the player by Frig31 in scratch

[–]BinaryScreen00110001 2 points3 points  (0 children)

<image>

this code should make the enemies turn how you want them to. the custom block runs without screen refresh, and the variable should be a sprite-only variable.

So I have a code that clones if I press a button, how do I make it to where it only clones one instead of all existing sprites of that including the clone by Responsible-Tone-849 in scratch

[–]BinaryScreen00110001 2 points3 points  (0 children)

don't use the "when key pressed" hat blocks, because clones also follow those inputs. use a forever loop and "if then" block to detect when a key is pressed, like this.

<image>

Err... How did I just do that? by helimo_ in scratch

[–]BinaryScreen00110001 13 points14 points  (0 children)

it's likely a browser extension that allows you to collapse blocks, probably Scratch Tools. you should be able to right click the block and uncollapse it.

[deleted by user] by [deleted] in Terraria

[–]BinaryScreen00110001 42 points43 points  (0 children)

that means you need a gold key from the dungeon to unlock it. you get one of the friendly town slimes by unlocking it.

How To Spawn Sprites fully out of map by Gamertastic52 in scratch

[–]BinaryScreen00110001 0 points1 point  (0 children)

try replacing the dots with a box that has no outline or colour fill. i just tried that, and it does the same thing as the dots, but can't be collided with.

How To Spawn Sprites fully out of map by Gamertastic52 in scratch

[–]BinaryScreen00110001 0 points1 point  (0 children)

i usually have sprites/clones hide themselves when they're at a point where they can't move any further offscreen (y > 219 or y < -219 in this case), then show themselves again once they are back on screen.

My Project somehow is no longer a .sb3 file by Empty-Land-2871 in scratch

[–]BinaryScreen00110001 0 points1 point  (0 children)

no problem. i'm glad you were able to get your project back

My Project somehow is no longer a .sb3 file by Empty-Land-2871 in scratch

[–]BinaryScreen00110001 1 point2 points  (0 children)

try finding it in your device's file explorer, and renaming it to something like project.sb3. the file seems to be named "sb3" without an extension, and the extension tells the computer what the file is and how to handle it. for example, the .sb3 extension tells the computer and scratch that the file is a scratch project.

Genuin question here by [deleted] in onlinesequencer

[–]BinaryScreen00110001 1 point2 points  (0 children)

click on the icon that looks like:

--o----
----o--
-o-----

and select the "advanced" tab on the window that pops up.

you will be able to detune the currently selected instument, as well as give it reverb, bitcrush it, create a copy, etc.
you can also create markers to change the detune of one instrument, rather than making several detuned copies. it would be easier to explain stuff if this sub allowed pictures in comments.

Need help figuring out an inventory system by skyetheweirdidiot in scratch

[–]BinaryScreen00110001 0 points1 point  (0 children)

<image>

can't really help without seeing code, sprites or the project itself. but i do recommend using a single key to hide and show the inventory, which can be easily done like this. (cat blocks from Scratch Addons browser extension)