Scratch Forum Search

Your query resulted in over 10 thousand posts. You may have difficulty loading posts after page 200.
-Silentstar -Silentstar loading
Getting muted also can increase the amount of time until becoming a scratcher iirc
ArgyleE1 ArgyleE1 loading

Platypus_WKeyboard wrote:

HexagonWorld wrote:

Platypus_WKeyboard wrote:

HexagonWorld wrote:

am i putting unironic swall shipping in the comic
Dew it.

Wait Swarm isn’t a WW2 stormtrooper in your universe right?
Nope. There was supposed to be a bit in #2 where the robot Human Torch was part of the Amazing Friends and said he fought Swarm in WW2 but I cut it because he didn't fit on the page (the same thing happened to a lot of characters).
Oh. Good,
Wait, but didn’t Mr. H kill all the stormtroopers? (I studied it in school for a while)
DerpyPig03 DerpyPig03 loading

Platypus_WKeyboard wrote:

AbeHe wrote:

Platypus_WKeyboard wrote:

Platypus_WKeyboard wrote:

AU-Ratcatcher wrote:

Platypus_WKeyboard wrote:

Started work on the script. It starts with a “montage” to introduce each member. I'm stuck on the one for Jubilee. Any ideas?
That honestly feels a bit cliched at this point
Yeah because it’s efficient.

It’s quick and shows each character. Also I still need help with that panel.

Should I share the script so far?
Anybody? I kinda want an answer soon since I’m going camping with very little internet access.
Sorry I got nothin.
Okay I’ll brain storm.
you need an intro for Jubilee? really depends on a lot of factors. What is her arc? Is she young (like most interpretations) or is she an adult? Should she be shown as a civilian or as a hero?

depending on your answers to those questions, you could do any numbers of things. My mind defaults to fighting criminals at a mall or rock concert
CST1229 CST1229 loading
That's not how it works. If you just do
translate [] to (pick random (1) to (10)) :: extension reporter
it would try translating the text to the language that is a random number between 1 and 10, which does not exist.
Instead you should make a list with every language and then use the item of list block:
translate [] to (item (pick random (1) to (length of [languages v])) of [languages v]) :: extension reporter
I have been on Scratch for 2 weeks now, and the way to become a Scratcher

1. Find your profile Page.
2. If you see a link somewhere that says ''*Become a Scratcher*!", click on it.
3. You are now a Scratcher!
-lCosl- -lCosl- loading

tacolaser wrote:

Username: @tacolaser (this picture is for my alt account, @dareelcottonmouth_ but I'm still considered a new Scratcher when using it)
What type of order: Profile Picture
Colors: Green and whatever else you think is best.
Design: I would like a cartoon Cottonmouth (from the Wings of Fire series). There shouldn't be any blood or gore.
Amount of time (2 week min.): 2 weeks
Where to notify: @tacolaser or @dareelcottonmouth_
Are you following the topic? I don't know what that means. If it means if I'm following the discussion, I am.
Other: Thanks in advance.
Accepted! Yes, following the topic does mean that you're following the discussion.
AzulAlt AzulAlt loading

showierdata9978 wrote:

About unsandboxed extensions
unsandboxed extensions are scratch extensions that have full access to the scratch VM

benifits to unsandboxed mode

  1. Your extension has access to the scratch VM
  2. Your extension runs faster (usually)
  3. You have access to all browser api's


Some Examples
Everything in Scratch 3.0 *Unsandboxed* Extension Directory


The Guide itself

Precursor
The Creating extensions for Scratch 3.0 thread by NitroCipher is a precursor to this thread, and shows how to make scratch extentons that are sandboxed. but also does into detail on how to set your environment and extension class up


How to load unsandboxed extentions
        // major credit to CST for this (I did modify it some to allow sandboxed if you only want the speed boost (:
	const extensionClass = YourExt;
	if (Scratch) {
		if (Scratch.extensions.unsandboxed) {
			Scratch.extensions.register(new extensionClass(Scratch.vm));
		} else {
                        // comment out if you use VM things
			Scratch.extensions.register(new extensionClass());
                        // throw new Error("YourExt cannot run in sandboxed mode.");
		} 
	} else if (globalThis.vm) {
		// Support loading the extension "the old way"
		// (running the code in something like the browser console
		// or E羊icques' load_plugin URL parameter)
		const extensionInstance = new extensionClass(globalThis.vm);
		const serviceName = globalThis.vm.extensionManager._registerInternalExtension(
			extensionInstance
		);
		globalThis.vm.extensionManager._loadedExtensions.set(
			extensionInstance.getInfo().id, serviceName
		); 
	} else {
		throw new Error("Scratch Not detected"); // no idea if there is anything else i can do here
	};


Scratch VM Docs
There Is currently documentation of the Scratch VM, but it uses jsdoc. The Docs are not helpful. The url is here
Warning: it is on github pages, which is blocked by most schools

another good source of documentation is Turbowarp's type repo . Its helpful because you can load it into your TypeScript aware IDE and see all the vm's types and internals in intelisense.

Browser API Docs

The Most trusted Browser API docs are made by Mozilla. (the company that owns firefox). here are some useful links for making scratch extentions.

  1. https://developer.mozilla.org/en-US/docs/Web/API
  2. https://developer.mozilla.org/en-US/docs/Web/JavaScript
  3. https://developer.mozilla.org/en-US/docs/Web

The name of the web documentation is mdn (mozilla developer network) web docs. it has a github and a website.


FAQ


  1. jaxon_baxon wrote:

    this is incredibly interesting, unsandboxed extensions seem really useful. why haven't i heard of this??

    Because before a few weeks ago, you had to use internal Scratch.extentions.* methods
so we could do blocks like
<sprite [ sprite1 ] is real? :: extension>
add [sprite v] named [ sprite2] :: extension
when something happends :: extension hat
and more other things?
Xzillox Xzillox loading

Amogus_gaming13 wrote:

I looked outside and I even tried deleting a variable and rewriting it but the game still can find the variable that I just deleted and it still works.
If you aren't very far on your project, you can try restarting making it. Before you do that, though, can you please share it if it isn't shared and post the link?

HexagonWorld wrote:

Platypus_WKeyboard wrote:

HexagonWorld wrote:

am i putting unironic swall shipping in the comic
Dew it.

Wait Swarm isn’t a WW2 stormtrooper in your universe right?
Nope. There was supposed to be a bit in #2 where the robot Human Torch was part of the Amazing Friends and said he fought Swarm in WW2 but I cut it because he didn't fit on the page (the same thing happened to a lot of characters).
Oh. Good,
DuWeido DuWeido loading

Letsdotheodyssey wrote:

DuWeido wrote:

Letsdotheodyssey wrote:

DuWeido wrote:

Letsdotheodyssey wrote:

DuWeido wrote:

Autothekat-school wrote:

Skadoodly wrote:

Letsdotheodyssey wrote:

DuWeido wrote:

L'mantarcticalbozoburg and Mantisburgh have now merged, creating L'mantisbozoburg(h)!!!
does this mean that I also own mantisburgh since I annexed bozoburg
*AHEM*
I assume that means SKOOD owns it by that *AHEM*
um L'mantarcticalbozoburg has been independent for a while
says who?

It was agreed that it was a joint annexation by Hyrule and HRE, and since HRE no longer exists I'd assume that means that Hyrule annexed it completely

1, I had no say in either of these documents,
2, You haven't been active lately and honestly I thought you had finally quit. (Im sooo happy your back btw!)
3. In the documents with the annexing stuff, it says “bozoburg” and there is no nation called “bozoburg”
4. What's even the point of having me annexed? It's not like I am gonna pay you anything or help you in a fight.
5. L'mantisbozoburg is a whole new country. We said that if I made a new country then you would have it annexed but technically nova came up with the name and wulvie mostly created it
6. I have more teammate then you. If we go to war then I have a better chance. You're lonely. You're all by yourself.
I declare war
Famous last words…
do you want griefing to be allowed or nah
Nah, also just so u don't forget killing isn't aloud on claimed property

jcpbuilder wrote:

I have been informed by a friend of Ganesh that Umer, Ym, and jcpbuilder are to be the leaders…
lets get started on working i guess
If we dont get many people on i'll help with animating
-lCosl- -lCosl- loading

BwnnyRxbbit wrote:

Username: BwnnyRxbbit
What type of order: PFP
Colors: Pink
Design: Of a rabbit
Amount of time (2 week min.): Take as long as nessesary.
Where to notify: On my profile.
Any specific member (you can currently only request -lCosl-)? No
Are you following the topic? yes
Other:no
Accepted!
MakeGamsse MakeGamsse loading
Making a clicker game right now but the clone block will work like 2-3 times and theres is not over 3 clones


the script is

when this sprite clicked
wait (0.01) secs
create clone of [myself]

Libbyty2 wrote:

Libbyty2 wrote:

Superbega429 wrote:

Superbega429 wrote:

Libbyty2 wrote:

Libbyty2 wrote:

Superbega429 wrote:

I remember seeing a movie on YT that was I think around 40 minutes long and was made in Toontastic 3D. It was about 4 friends, and one of them sent his 3 friends to a town filled with small toy figures that can movie around like normal people. I think it was called “Toontastic Figures Movie” or something else like that. But I can't find the movie anymore. It was made by IHEART2GAMING.
i'll try and find it for ya
I found a playlist on yt called Toontastic (2008) Full Movie. it has 42 1-2 minute long videos. I should warn you, at least 1 has swears in it. The first one has swears in it, but has a link to the clean version in the description.
edit: i dont think it is tho
it's not in it. it was 3D, and the cartoons on were made on the 2d app.

Edit: i believe the actual video title was “Toontastic Figures Movie Full Movie 1080p”
kk
I THINK I FOUND IT
Yup, I checked his channel, it was deleted. So I guess this is permeantly lost media.

Platypus_WKeyboard wrote:

HexagonWorld wrote:

am i putting unironic swall shipping in the comic
Dew it.

Wait Swarm isn’t a WW2 stormtrooper in your universe right?
Nope. There was supposed to be a bit in #2 where the robot Human Torch was part of the Amazing Friends and said he fought Swarm in WW2 but I cut it because he didn't fit on the page (the same thing happened to a lot of characters).
italvera italvera loading
Cause a lot of people from there think that they are separate from Somalia.

Libbyty2 wrote:

Libbyty2 wrote:

Superbega429 wrote:

Superbega429 wrote:

Libbyty2 wrote:

Libbyty2 wrote:

Superbega429 wrote:

I remember seeing a movie on YT that was I think around 40 minutes long and was made in Toontastic 3D. It was about 4 friends, and one of them sent his 3 friends to a town filled with small toy figures that can movie around like normal people. I think it was called “Toontastic Figures Movie” or something else like that. But I can't find the movie anymore. It was made by IHEART2GAMING.
i'll try and find it for ya
I found a playlist on yt called Toontastic (2008) Full Movie. it has 42 1-2 minute long videos. I should warn you, at least 1 has swears in it. The first one has swears in it, but has a link to the clean version in the description.
edit: i dont think it is tho
it's not in it. it was 3D, and the cartoons on were made on the 2d app.

Edit: i believe the actual video title was “Toontastic Figures Movie Full Movie 1080p”
kk
I THINK I FOUND IT
No that’s not it. I think the video was deleted.
Libbyty2 Libbyty2 loading

Libbyty2 wrote:

Superbega429 wrote:

Superbega429 wrote:

Libbyty2 wrote:

Libbyty2 wrote:

Superbega429 wrote:

I remember seeing a movie on YT that was I think around 40 minutes long and was made in Toontastic 3D. It was about 4 friends, and one of them sent his 3 friends to a town filled with small toy figures that can movie around like normal people. I think it was called “Toontastic Figures Movie” or something else like that. But I can't find the movie anymore. It was made by IHEART2GAMING.
i'll try and find it for ya
I found a playlist on yt called Toontastic (2008) Full Movie. it has 42 1-2 minute long videos. I should warn you, at least 1 has swears in it. The first one has swears in it, but has a link to the clean version in the description.
edit: i dont think it is tho
it's not in it. it was 3D, and the cartoons on were made on the 2d app.

Edit: i believe the actual video title was “Toontastic Figures Movie Full Movie 1080p”
kk
I THINK I FOUND IT
Crow_Boy08 Crow_Boy08 loading
Its a region not a country.
SWC daily: 22/03/24

I was standing next to the big oak, hands in my pocket, sky gazing. The breeze runs through my hair and the sun’s rays warm it up. Dawn falls, wrapping me in a beautiful golden aura, casting a sort of happiness to my physique. I give a light chuckle; taking my hands out of my pockets, spreading them out to catch the wind.

“You’re having fun, aren’t you?” a voice from behind calls.

I don't even have to look behind me to figure that it’s king.

He came to stand beside me, embracing the sun's retreat.

“You know I was thinking,” he started “I was thinking how important the sun is-”

“Yeh, without it the whole world would be cast in darkness,” I responded

“No human could escape the tremor from within the earth itself.” he finished

I smiled to myself.

“What are you thinking about?” he enquired

“I'm thinking that, if the world was mine, you would be my sun.” I smirked, proudly.

“And if the sun was mine, you would be my earth.” He wisely replied.

After that we simply sat down in the tall, wet grass, in complete silence. Comfortable silence. The type of silence where you and the other persons brains just collide, you know everything that the other person is thinking about without having to say it out loud. We watched the smiling sun peacefully set as we stood there, hands clasped together, knowing that in this dark world, we had each other…
Libbyty2 Libbyty2 loading

Superbega429 wrote:

Superbega429 wrote:

Libbyty2 wrote:

Libbyty2 wrote:

Superbega429 wrote:

I remember seeing a movie on YT that was I think around 40 minutes long and was made in Toontastic 3D. It was about 4 friends, and one of them sent his 3 friends to a town filled with small toy figures that can movie around like normal people. I think it was called “Toontastic Figures Movie” or something else like that. But I can't find the movie anymore. It was made by IHEART2GAMING.
i'll try and find it for ya
I found a playlist on yt called Toontastic (2008) Full Movie. it has 42 1-2 minute long videos. I should warn you, at least 1 has swears in it. The first one has swears in it, but has a link to the clean version in the description.
edit: i dont think it is tho
it's not in it. it was 3D, and the cartoons on were made on the 2d app.

Edit: i believe the actual video title was “Toontastic Figures Movie Full Movie 1080p”
kk
italvera italvera loading
No, but you can do a run without screen refresh custom block to make it instant.
I was working on a ray-based project and was trying to figure out why my rays were only going partially around the stage and found my repeat block was going all at once. I recreated the script below
when I receive [ v]
wait (1) secs
repeat (12)
repeat ((300) - (Clones))
wait (0) secs
create clone of [ myselfv]
turn cw (0.1) degrees
end
if <<[clones] = [300]> or <[clones] > [300]> then
wait until <[clones] < [300]>
end
end
-lCosl- -lCosl- loading

A_Handcannon wrote:

just tell me what the person who needs an intro wants, and I'll fix it up as fast as I can!
Sure! Just fill out the staff form to join the shop and then you'll be able to take the order! Just know, that then you'll have to work in the shop and do orders.
The form:

Username:
Profile link:
Amount of activity from 1 - 10:
What do you do:
Examples of work (a minimum of 3):
Are you following the topic:
Other:
AbeHe AbeHe loading

HexagonWorld wrote:

AU-Ratcatcher wrote:

HexagonWorld wrote:

Joker 2 is a jukebox musical NOOOOOOOOOO

I WANTED ORIGINAL SONGS
…this is going to be extremely cringey
It really won't. It'll just be like a normal musical but without original songs.
First one was great and used existing songs for its “musical” segments. Wasn’t really a musical but I have no idea what else to call those scenes.

HexagonWorld wrote:

am i putting unironic swall shipping in the comic
Dew it.

Wait Swarm isn’t a WW2 stormtrooper in your universe right?
kanomaster kanomaster loading

MultiTasker801 wrote:

something like
set x to (((ID) mod [5]) * [50])
set y to (([floor v] of ((ID) / [5])) * [30])
should get you a lot closer to your objective
Never mind, this actually was the best way. But instead of mod 5, it needs to be mod 5.000000001 (in order to keep the 5 from being in front)

AbeHe wrote:

Platypus_WKeyboard wrote:

Platypus_WKeyboard wrote:

AU-Ratcatcher wrote:

Platypus_WKeyboard wrote:

Started work on the script. It starts with a “montage” to introduce each member. I'm stuck on the one for Jubilee. Any ideas?
That honestly feels a bit cliched at this point
Yeah because it’s efficient.

It’s quick and shows each character. Also I still need help with that panel.

Should I share the script so far?
Anybody? I kinda want an answer soon since I’m going camping with very little internet access.
Sorry I got nothin.
Okay I’ll brain storm.
beeposleepo beeposleepo loading
So does any one know when it will be back up because i am making a online game
:(:(:(:(:(:(:(:(:(:(:(:(:(:
say [whyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy]
AbeHe AbeHe loading

Platypus_WKeyboard wrote:

Platypus_WKeyboard wrote:

AU-Ratcatcher wrote:

Platypus_WKeyboard wrote:

Started work on the script. It starts with a “montage” to introduce each member. I'm stuck on the one for Jubilee. Any ideas?
That honestly feels a bit cliched at this point
Yeah because it’s efficient.

It’s quick and shows each character. Also I still need help with that panel.

Should I share the script so far?
Anybody? I kinda want an answer soon since I’m going camping with very little internet access.
Sorry I got nothin.

Platypus_WKeyboard wrote:

AU-Ratcatcher wrote:

Platypus_WKeyboard wrote:

Started work on the script. It starts with a “montage” to introduce each member. I'm stuck on the one for Jubilee. Any ideas?
That honestly feels a bit cliched at this point
Yeah because it’s efficient.

It’s quick and shows each character. Also I still need help with that panel.

Should I share the script so far?
Anybody? I kinda want an answer soon since I’m going camping with very little internet access.
hi guys, i was inactive for like a year but i came back because i was bored of not… foruming.

i left the forum helpers, so i figured i'd post here. if anyone wants to do me a favor, someone please fill me in on everything that's happened on scratch since like january 2023. like, for one thing, why scratch purple now

also… why did almost all the old friends i made here leave or get banned… :(
italvera italvera loading

LP372 wrote:

ok, it would be characters
That doesn't solve the problem. You could use the character limit, then use the big tag to make it a lot bigger.
Mickey165 Mickey165 loading
So I'm trying to make this game from a bird-eye perspective which I don't usually do and the player can't jump and walk at the same time pls help.
https://scratch.mit.edu/projects/986430694/

AU-Ratcatcher wrote:

HexagonWorld wrote:

Joker 2 is a jukebox musical NOOOOOOOOOO

I WANTED ORIGINAL SONGS
…this is going to be extremely cringey
It really won't. It'll just be like a normal musical but without original songs.
Lionstormy Lionstormy loading
May anybody tell me what “Abs”, 'Floor“, ”Cos“, ”Sqrt" etc. mean? I understand a few, for example, Absolute Value, Square Root, and Sine, thanks.

HexagonWorld wrote:

Joker 2 is a jukebox musical NOOOOOOOOOO

I WANTED ORIGINAL SONGS
Ah man.

theTRASHSQUADofdoom wrote:

NotHarryPotterInSoup wrote:

theTRASHSQUADofdoom wrote:

Any requests for music creation? I'm already going to start on the Once upon a time remix. Any name ideas would be appreciated too!
You should call it A Dark time and the ruins music called ruined

That seems a bitttt too basic
If you are gonna make a remix on it make the base of the song neigtive harmony
Matjam02 Matjam02 loading

HexagonWorld wrote:

Joker 2 is a jukebox musical NOOOOOOOOOO

I WANTED ORIGINAL SONGS
That could explain why the budget is outrageously high. Licensing Fees sure are expensive.

DuWeido wrote:

Letsdotheodyssey wrote:

DuWeido wrote:

Letsdotheodyssey wrote:

DuWeido wrote:

Autothekat-school wrote:

Skadoodly wrote:

Letsdotheodyssey wrote:

DuWeido wrote:

L'mantarcticalbozoburg and Mantisburgh have now merged, creating L'mantisbozoburg(h)!!!
does this mean that I also own mantisburgh since I annexed bozoburg
*AHEM*
I assume that means SKOOD owns it by that *AHEM*
um L'mantarcticalbozoburg has been independent for a while
says who?

It was agreed that it was a joint annexation by Hyrule and HRE, and since HRE no longer exists I'd assume that means that Hyrule annexed it completely

1, I had no say in either of these documents,
2, You haven't been active lately and honestly I thought you had finally quit. (Im sooo happy your back btw!)
3. In the documents with the annexing stuff, it says “bozoburg” and there is no nation called “bozoburg”
4. What's even the point of having me annexed? It's not like I am gonna pay you anything or help you in a fight.
5. L'mantisbozoburg is a whole new country. We said that if I made a new country then you would have it annexed but technically nova came up with the name and wulvie mostly created it
6. I have more teammate then you. If we go to war then I have a better chance. You're lonely. You're all by yourself.
I declare war
Famous last words…
do you want griefing to be allowed or nah
StrayRobot StrayRobot loading
Does anyone have a general idea of how many games have over 2000 blocks of code? I'm making a game and currently have 1657 blocks of code.
Any idea?

HexagonWorld wrote:

Joker 2 is a jukebox musical NOOOOOOOOOO

I WANTED ORIGINAL SONGS
…this is going to be extremely cringey
AmazaEevee AmazaEevee loading

Whirlygig wrote:

(#267)
Sobbing not me forgetting about cabin wars-
I can take the word count studio!
I completely forgot about it until someone commented about it yesterday akdjfas- And sounds good!

criminal-intent wrote:

(#268)
I can probably post a monster on Sunday, but is that too long from now?
If that's the earliest you can get it, then that's good <3 /gen
So I've been working on a project called “box puzzler”, and in one of the levels, there is an orange box you are supposed to be able to push, but I can't seem to find a good script. The project is here: scratch.mit.edu/projects/985619976/

(The link is not a clickable link, type it into URL bar to get to my project.)
forkmanb forkmanb loading
okay so I made a beepbox topic because the other one was closed (for some reason.)
I am currently trying (and failing) to make an actually listenable song.

if there's an actual beepbox topic, please please please give the link. because I couldn't find it.
bigbrianman bigbrianman loading
I am not sure what you mean could you describe what you want, do you want a cloud leaderboard?
AmazaEevee AmazaEevee loading
Daily #22
3/22/2024
261 words

The thunder boomed, barely seconds after the flash of lightning that lit up the dark room. My blood boiled, the constant pitter-patter of the raindrops fueling the fire beneath my skin. I woke up in the dark room alone. Of course, I was left behind.

It's not like I expected them to, I don't know, continue to stick by my side once all my past actions were laid out on the table. I continued to glare daggers through the window, watching the black sky as it changed in an instant. I let out a dry laugh, musing over how fast the tables had turned.

Just yesterday, they said that nothing I would ever say or do will be able to truly separate them from me. It couldn't have been farther from the truth.

The storm continued to rage, the lightning glittering and the thunder growling in response. I got lost in the persistent drops of rain beating against the roof, my thoughts like the repetitive rhythm of the beats, coming to the same conclusion over and over and over and over…

It mellowed down to a light shower, the dark curtain of clouds parted and the sunlight streaming through. Finding myself at the end again and again, I grew to compile with my current circumstances. My blood boiled down to a simmer, humming in the background, but not urgent.

I knew how to ignite the fire again, but I kept the sparks alive and hungry.

The flames didn't need to burn me today; I would know when I need them again.
ahalix ahalix loading
You know what, I just figured it out, lol Evidently, holding the alt key disconnects the handles!

I'd still love to know if there's a way to undo this (make them parallel again) without using Crtl+Z.
zparkly zparkly loading
DAILIES 22-31

daily 22 (it's been a while oops) (258/250)
adrienne begrudgingly stared out at the scene before her. the beach, the oceanside that she had once loved so much had the life taken out of it. with the decay of her emotional state came the decay of the environment. the summer was no longer bright.

she looked at the darkening sky, rather ironic for the occasion. she watched the clouds sulk, ever solemn. she always found it particularly strange that clouds were so hated. with clouds, the sun was shrouded. with clouds came rain. but the clouds provide shade and the clouds provide life. perhaps, they too, were sad, but was that a reason to resent them? could you hate a spirit for the aspects it cannot control? it was never their choice to suffer, and yet their suffering is prolonged by all who despise them.

she stepped on the sand, wincing. even as the sun was covered, its presence lingered, keeping the sand warm. the sand, in turn, burned with anger, burned with passion. each grain was bitter, lashing out in retaliation, and adrienne swore she could feel each individual shard stab the soles of her feet. but why was the sand angry? what wrong had been done to the sand? perhaps it was tired of being stepped on. perhaps it was tired of being under the sun's control. perhaps it was tired of the waves constantly washing over it, drowning it in its distaste. or perhaps it was just that, angry with the world.

there was a lot to be angry with in the world.
I can probably post a monster on Sunday, but is that too long from now?