Discuss Scratch

Xzillox
Scratcher
1000+ posts

will afd changes appear as soon as it turns to april 1st (scratch time)?

I'm not sleeping until I get me some cat blocks

edit: the answer was a HARD NO

Last edited by Xzillox (April 1, 2024 04:22:51)


Disclaimer: I can be extremely stupid at times
14 | Professionally soading since 1998™ | Can't view/post images | Useful forum posts | internetometer | weird notebok | 100th post | tax evasion clicker | RIP | 500th post | forum post hall of fame (#2) | 1000TH POST!! | Evolution of the Electric Guitar (essay)

get games off the trending music category!

a cool thing I found: if you type “(c​)” it will show up as ©

I decided to stop using the support convention

give me song suggestions on my profile (I mostly listen to rock and metal)

when tuned to [drop c v] :: hat events
repeat until <drenched in sweat? :: sensing>
blast some epic [system of a down v] riffs :: motion
end


iiii];​)
WallydogChoppychop
Scratcher
500+ posts

will afd changes appear as soon as it turns to april 1st (scratch time)?

For me it is April fools and I cant see anything. There was also no talk about it. Is this some kind of joke?

Haha baby steps
500th Post
Kumquats are tasty
I started scratch in 2.0
Is that a rare thing?
SOME ONE TELL ME
(Removed by moderator - Please don't show disturbing images of kumquats)

I'm asleep like all the time…
Xzillox
Scratcher
1000+ posts

will afd changes appear as soon as it turns to april 1st (scratch time)?

WallydogChoppychop wrote:

For me it is April fools and I cant see anything. There was also no talk about it. Is this some kind of joke?
No, this is a serious question, and if it changes as soon as it's april 1st then it would be whatever timezone scratch is based in (the time on a post)

Disclaimer: I can be extremely stupid at times
14 | Professionally soading since 1998™ | Can't view/post images | Useful forum posts | internetometer | weird notebok | 100th post | tax evasion clicker | RIP | 500th post | forum post hall of fame (#2) | 1000TH POST!! | Evolution of the Electric Guitar (essay)

get games off the trending music category!

a cool thing I found: if you type “(c​)” it will show up as ©

I decided to stop using the support convention

give me song suggestions on my profile (I mostly listen to rock and metal)

when tuned to [drop c v] :: hat events
repeat until <drenched in sweat? :: sensing>
blast some epic [system of a down v] riffs :: motion
end


iiii];​)
WallydogChoppychop
Scratcher
500+ posts

will afd changes appear as soon as it turns to april 1st (scratch time)?

I guess you'll just have to wait to find out.
We're almost there
Happy april fools

Last edited by WallydogChoppychop (April 1, 2024 03:59:59)


Haha baby steps
500th Post
Kumquats are tasty
I started scratch in 2.0
Is that a rare thing?
SOME ONE TELL ME
(Removed by moderator - Please don't show disturbing images of kumquats)

I'm asleep like all the time…
Xzillox
Scratcher
1000+ posts

will afd changes appear as soon as it turns to april 1st (scratch time)?

IT's HERE

Disclaimer: I can be extremely stupid at times
14 | Professionally soading since 1998™ | Can't view/post images | Useful forum posts | internetometer | weird notebok | 100th post | tax evasion clicker | RIP | 500th post | forum post hall of fame (#2) | 1000TH POST!! | Evolution of the Electric Guitar (essay)

get games off the trending music category!

a cool thing I found: if you type “(c​)” it will show up as ©

I decided to stop using the support convention

give me song suggestions on my profile (I mostly listen to rock and metal)

when tuned to [drop c v] :: hat events
repeat until <drenched in sweat? :: sensing>
blast some epic [system of a down v] riffs :: motion
end


iiii];​)
WallydogChoppychop
Scratcher
500+ posts

will afd changes appear as soon as it turns to april 1st (scratch time)?

NOO one second to early and you were one second too late
I can't see any effects

Haha baby steps
500th Post
Kumquats are tasty
I started scratch in 2.0
Is that a rare thing?
SOME ONE TELL ME
(Removed by moderator - Please don't show disturbing images of kumquats)

I'm asleep like all the time…
WallydogChoppychop
Scratcher
500+ posts

will afd changes appear as soon as it turns to april 1st (scratch time)?

Oh dear. I found some sad news for you Xzillox
https://scratch.mit.edu/discuss/topic/751107/
Im not sure if it just means forums but…

Haha baby steps
500th Post
Kumquats are tasty
I started scratch in 2.0
Is that a rare thing?
SOME ONE TELL ME
(Removed by moderator - Please don't show disturbing images of kumquats)

I'm asleep like all the time…
p-p-p-p-p-p-p-p-p-p-
Scratcher
1000+ posts

will afd changes appear as soon as it turns to april 1st (scratch time)?

There is a semicolon at the bottom of every page. As far as I can tell, that's it unfortunately.

New!
Xzillox
Scratcher
1000+ posts

will afd changes appear as soon as it turns to april 1st (scratch time)?

WallydogChoppychop wrote:

Oh dear. I found some sad news for you Xzillox
https://scratch.mit.edu/discuss/topic/751107/
I've seen that. It's just forums.

p-p-p-p-p-p-p-p-p- wrote:

There is a semicolon at the bottom of every page. As far as I can tell, that's it unfortunately.
I don't have that yet.

Disclaimer: I can be extremely stupid at times
14 | Professionally soading since 1998™ | Can't view/post images | Useful forum posts | internetometer | weird notebok | 100th post | tax evasion clicker | RIP | 500th post | forum post hall of fame (#2) | 1000TH POST!! | Evolution of the Electric Guitar (essay)

get games off the trending music category!

a cool thing I found: if you type “(c​)” it will show up as ©

I decided to stop using the support convention

give me song suggestions on my profile (I mostly listen to rock and metal)

when tuned to [drop c v] :: hat events
repeat until <drenched in sweat? :: sensing>
blast some epic [system of a down v] riffs :: motion
end


iiii];​)
Vaibhs11
Scratcher
1000+ posts

will afd changes appear as soon as it turns to april 1st (scratch time)?

p-p-p-p-p-p-p-p-p-p- wrote:

There is a semicolon at the bottom of every page. As far as I can tell, that's it unfortunately.
I think that's automated because a few days ago, I saw a script in the html code of a page on the forums that went something like this:
const date = new Date()                              // gets the current date
if (date.getDate() == 1 && date.getMonth() == 3) {   //checks if it's April 1st
document.write(';')                                  // adds the semicolon?
}
 
// date.getMonth() returns numbers from '0' - '11' so April is '3'
// I don't know if it actually does the thing because AFAIK document.write() deletes the whole page

So, unless other features are also set on local time, as soon as the date in your computer changes to April 1st, only the semicolon will appear.

Also, as I'm writing this it's 10:35, so I'm technically 5 minutes late for AFD. Moment of truth…

Last edited by Vaibhs11 (April 1, 2024 05:05:50)

Xzillox
Scratcher
1000+ posts

will afd changes appear as soon as it turns to april 1st (scratch time)?

It sets in with your personal time zone, not scratch's. Reporting to be closed as resolved.

Disclaimer: I can be extremely stupid at times
14 | Professionally soading since 1998™ | Can't view/post images | Useful forum posts | internetometer | weird notebok | 100th post | tax evasion clicker | RIP | 500th post | forum post hall of fame (#2) | 1000TH POST!! | Evolution of the Electric Guitar (essay)

get games off the trending music category!

a cool thing I found: if you type “(c​)” it will show up as ©

I decided to stop using the support convention

give me song suggestions on my profile (I mostly listen to rock and metal)

when tuned to [drop c v] :: hat events
repeat until <drenched in sweat? :: sensing>
blast some epic [system of a down v] riffs :: motion
end


iiii];​)
Vaibhs11
Scratcher
1000+ posts

will afd changes appear as soon as it turns to april 1st (scratch time)?

Xzillox wrote:

It sets in with your personal time zone
Wait, source?
Xzillox
Scratcher
1000+ posts

will afd changes appear as soon as it turns to april 1st (scratch time)?

Vaibhs11 wrote:

Xzillox wrote:

It sets in with your personal time zone
Wait, source?
In tfh there were people saying the semicolon was showing up, however it was not for me. As soon is it turned to April 1st in my time zone the semicolon appeared (after reloading the page, of course).

Disclaimer: I can be extremely stupid at times
14 | Professionally soading since 1998™ | Can't view/post images | Useful forum posts | internetometer | weird notebok | 100th post | tax evasion clicker | RIP | 500th post | forum post hall of fame (#2) | 1000TH POST!! | Evolution of the Electric Guitar (essay)

get games off the trending music category!

a cool thing I found: if you type “(c​)” it will show up as ©

I decided to stop using the support convention

give me song suggestions on my profile (I mostly listen to rock and metal)

when tuned to [drop c v] :: hat events
repeat until <drenched in sweat? :: sensing>
blast some epic [system of a down v] riffs :: motion
end


iiii];​)
Vaibhs11
Scratcher
1000+ posts

will afd changes appear as soon as it turns to april 1st (scratch time)?

Xzillox wrote:

In tfh there were people saying the semicolon was showing up, however it was not for me. As soon is it turned to April 1st in my time zone the semicolon appeared (after reloading the page, of course).
Read my post above again lmao

Powered by DjangoBB