Discuss Scratch
- Discussion Forums
- » Collaboration
- » AspectOS™ - The Future Starts Here [SHUTTING DOWN AT 9 PM EST]
- GAMS2
- Scratcher
1000+ posts
AspectOS™ - The Future Starts Here [SHUTTING DOWN AT 9 PM EST]
Accepted. Revival Form
Position: Coder
Activity Level: 2/10 (after physical school opened homework is going way up so I might be less active then that)
Codeword: I am ready to start AspectOS FRESH
BTW, my username is Griffin_Dragonus , not Griffin_Dragonous
KING OF MAGICAL PAGE 5!!
Last edited by GAMS2 (Feb. 21, 2022 13:33:31)
- P0rpleStar
- Scratcher
100+ posts
AspectOS™ - The Future Starts Here [SHUTTING DOWN AT 9 PM EST]
https://turbowarp.org/646322497
Here's what I have so far. The stopwatch is pretty much functional, but the timer isn't.
Let me know if there's any bugs or changes I need to do.
(the variables and timer are shown for coding purposes, don't mind them; the timer is used for comparison to real time, not sure if the timer is accurate though.)
Here's what I have so far. The stopwatch is pretty much functional, but the timer isn't.
Let me know if there's any bugs or changes I need to do.
(the variables and timer are shown for coding purposes, don't mind them; the timer is used for comparison to real time, not sure if the timer is accurate though.)
Last edited by P0rpleStar (Feb. 21, 2022 15:54:10)
- AIGamesDeveloper
- Scratcher
1000+ posts
AspectOS™ - The Future Starts Here [SHUTTING DOWN AT 9 PM EST]
https://turbowarp.org/646322497
Here's what I have so far. The stopwatch is pretty much functional, but the timer isn't.
Let me know if there's any bugs or changes I need to do.
(the variables and timer are shown for coding purposes, don't mind them; the timer is used for comparison to real time, not sure if the timer is accurate though.)
Stopwatch is pretty slow
Also, bump
- ToastersUnited
- Scratcher
1000+ posts
AspectOS™ - The Future Starts Here [SHUTTING DOWN AT 9 PM EST]
You'd think that, but actually, it counts to exactly 1 second which is 1000 milliseconds.https://turbowarp.org/646322497
Here's what I have so far. The stopwatch is pretty much functional, but the timer isn't.
Let me know if there's any bugs or changes I need to do.
(the variables and timer are shown for coding purposes, don't mind them; the timer is used for comparison to real time, not sure if the timer is accurate though.)
Stopwatch is pretty slow
Also, bump
- AIGamesDeveloper
- Scratcher
1000+ posts
AspectOS™ - The Future Starts Here [SHUTTING DOWN AT 9 PM EST]
You'd think that, but actually, it counts to exactly 1 second which is 1000 milliseconds.
Took 30 seconds on a stopwatch with the same format to reach 10 seconds
- ToastersUnited
- Scratcher
1000+ posts
AspectOS™ - The Future Starts Here [SHUTTING DOWN AT 9 PM EST]
It might be that it uses the timer block to convert to real time which is measured by the time between each frame (im pretty sure thats it…) meaning it runs different on different computers. Running the same experiment on my phone and pc gave different results.You'd think that, but actually, it counts to exactly 1 second which is 1000 milliseconds.
Took 30 seconds on a stopwatch with the same format to reach 10 seconds
- AIGamesDeveloper
- Scratcher
1000+ posts
AspectOS™ - The Future Starts Here [SHUTTING DOWN AT 9 PM EST]
It might be that it uses the timer block to convert to real time which is measured by the time between each frame (im pretty sure thats it…) meaning it runs different on different computers. Running the same experiment on my phone and pc gave different results.You'd think that, but actually, it counts to exactly 1 second which is 1000 milliseconds.
Took 30 seconds on a stopwatch with the same format to reach 10 seconds
oh ok
- kidcoder427
- Scratcher
100+ posts
AspectOS™ - The Future Starts Here [SHUTTING DOWN AT 9 PM EST]
Why am I deactivated?
- Sunny-Bunny29
- Scratcher
1000+ posts
AspectOS™ - The Future Starts Here [SHUTTING DOWN AT 9 PM EST]
Because you need to fill out the form again. New thread new team. It says in the title Why am I deactivated?
- kidcoder427
- Scratcher
100+ posts
AspectOS™ - The Future Starts Here [SHUTTING DOWN AT 9 PM EST]
Revival Form
Positions: chief of typo finding on website, voice actor, and coder
Activity Level: 8/10
Codeword: fresh
Positions: chief of typo finding on website, voice actor, and coder
Activity Level: 8/10
Codeword: fresh
- Nezon
- Scratcher
1000+ posts
AspectOS™ - The Future Starts Here [SHUTTING DOWN AT 9 PM EST]
https://turbowarp.org/646322497Scratch has a minimum wait time of 0.03 seconds. Also reset should pause the stopwatch
Here's what I have so far. The stopwatch is pretty much functional, but the timer isn't.
Let me know if there's any bugs or changes I need to do.
(the variables and timer are shown for coding purposes, don't mind them; the timer is used for comparison to real time, not sure if the timer is accurate though.)
- P0rpleStar
- Scratcher
100+ posts
AspectOS™ - The Future Starts Here [SHUTTING DOWN AT 9 PM EST]
So, I should remove the “Wait until <paused = 0>” block?https://turbowarp.org/646322497Scratch has a minimum wait time of 0.03 seconds. Also reset should pause the stopwatch
Here's what I have so far. The stopwatch is pretty much functional, but the timer isn't.
Let me know if there's any bugs or changes I need to do.
(the variables and timer are shown for coding purposes, don't mind them; the timer is used for comparison to real time, not sure if the timer is accurate though.)
I can see a way to do that.
Also added that pause thingy when reset is pressed.
Last edited by P0rpleStar (Feb. 21, 2022 20:16:55)
- Nezon
- Scratcher
1000+ posts
AspectOS™ - The Future Starts Here [SHUTTING DOWN AT 9 PM EST]
I meant that the block below can only wait a minimum of 0.03 secsSo, I should remove the “Wait until <paused = 0>” block?https://turbowarp.org/646322497Scratch has a minimum wait time of 0.03 seconds. Also reset should pause the stopwatch
Here's what I have so far. The stopwatch is pretty much functional, but the timer isn't.
Let me know if there's any bugs or changes I need to do.
(the variables and timer are shown for coding purposes, don't mind them; the timer is used for comparison to real time, not sure if the timer is accurate though.)
I can see a way to do that.
Also added that pause thingy when reset is pressed.
wait (0.03) secs
- qloakonscratch
- Scratcher
1000+ posts
AspectOS™ - The Future Starts Here [SHUTTING DOWN AT 9 PM EST]
Yeah, so the only way (I think) you'd be able to make it accurate is to make the system run an equation to find out how much runs every .01 seconds.I meant that the block below can only wait a minimum of 0.03 secsSo, I should remove the “Wait until <paused = 0>” block?https://turbowarp.org/646322497Scratch has a minimum wait time of 0.03 seconds. Also reset should pause the stopwatch
Here's what I have so far. The stopwatch is pretty much functional, but the timer isn't.
Let me know if there's any bugs or changes I need to do.
(the variables and timer are shown for coding purposes, don't mind them; the timer is used for comparison to real time, not sure if the timer is accurate though.)
I can see a way to do that.
Also added that pause thingy when reset is pressed.wait (0.03) secs
- rednose13
- Scratcher
500+ posts
AspectOS™ - The Future Starts Here [SHUTTING DOWN AT 9 PM EST]
Revival Form
Position: Coder
Activity Level: 8
Codeword: I brush my teeth to keep them fresh
Position: Coder
Activity Level: 8
Codeword: I brush my teeth to keep them fresh
- GAMS2
- Scratcher
1000+ posts
AspectOS™ - The Future Starts Here [SHUTTING DOWN AT 9 PM EST]
Accepted. Revival Form
Position: Coder
Activity Level: 8
Codeword: I brush my teeth to keep them fresh
AACCCCEEEEEPPPPPTTTTTTTTTTT- Revival Form
Positions: chief of typo finding on website, voice actor, and coder
Activity Level: 8/10
Codeword: fresh
ERROR
- Dream-123-123
- Scratcher
1000+ posts
AspectOS™ - The Future Starts Here [SHUTTING DOWN AT 9 PM EST]
Revival Form
Position: Designer, Aspect, musician
Activity Level: 3 this week, but then more. I'm just busy this week. Then I will start fresh and be as active as I was before.
Codeword: ?
Position: Designer, Aspect, musician
Activity Level: 3 this week, but then more. I'm just busy this week. Then I will start fresh and be as active as I was before.
Codeword: ?
- GAMS2
- Scratcher
1000+ posts
AspectOS™ - The Future Starts Here [SHUTTING DOWN AT 9 PM EST]
Uh, not accepted….? Revival Form
Position: Designer, Aspect, musician
Activity Level: 3 this week, but then more. I'm just busy this week. Then I will start fresh and be as active as I was before.
Codeword: ?
Maybe accepted?
AI I know your on forum break.
But,
AI help me out here
- qloakonscratch
- Scratcher
1000+ posts
AspectOS™ - The Future Starts Here [SHUTTING DOWN AT 9 PM EST]
Accepted.Uh, not accepted….? Revival Form
Position: Designer, Aspect, musician
Activity Level: 3 this week, but then more. I'm just busy this week. Then I will start fresh and be as active as I was before.
Codeword: ?
Maybe accepted?
AI I know your on forum break.
But,
AI help me out here
- GAMS2
- Scratcher
1000+ posts
AspectOS™ - The Future Starts Here [SHUTTING DOWN AT 9 PM EST]
W-Accepted.Uh, not accepted….? Revival Form
Position: Designer, Aspect, musician
Activity Level: 3 this week, but then more. I'm just busy this week. Then I will start fresh and be as active as I was before.
Codeword: ?
Maybe accepted?
AI I know your on forum break.
But,
AI help me out here
Wait for AI lol
- Discussion Forums
- » Collaboration
- » AspectOS™ - The Future Starts Here [SHUTTING DOWN AT 9 PM EST]