Discuss Scratch

WilyGravy57
Scratcher
39 posts

Report cloud data glitches here

None of my cloud variables in my projects work for multiplayers.

When [scratch icon v] clicked::hat extension //always true, works for all
repeat until <you are scratcher::looks>{
if ([scratchers v] got [many v] likes::list){
think [myself v] [They really love scratch]::variables
}(Select, you are good::grey)::operators
if ([scratchers v] got [no v] likes::list){
think [myself v] [They are just jealous...]::variables
}(Select, you are bad::grey)
}::sensing
Kestrelcat
Scratcher
40 posts

Report cloud data glitches here

okay i just got a wired bug, for some reason i got a notification saying “Your Invited to become a scratcher!” but i already AM a scratcher i already graduated from new scratcher to scratcher. it also said “invalid date” i was wondering if any body ever experienced something similar.
leungy13
Scratcher
100+ posts

Report cloud data glitches here

On some of my projects, people have made new records on my game, but they don't seem to show it on the cloud variables

this also happened when I played another game and got the record, it didn't keep it

please fix this
faithdaisy
Scratcher
8 posts

Report cloud data glitches here

Um idk if this is a glitch or not but when using vector, sometimes if u erase a line, it fills in any non colored areas and its so anoying THAT I HAVE TO USE BITMAP plz sos
Warioware64
Scratcher
63 posts

Report cloud data glitches here

In my project multiplayer work very well but the high-scores doesn't work

PizzaAddict4Life
Scratcher
1000+ posts

Report cloud data glitches here

Cloud data bug:

It appears that cloud data does not save properly
I am trying to design a “Save progress feature”. Here is essentially how it works:

If you are a guest, it will refuse service
If you have not played before, it will create a save file in a list. To save, you press “S” transferring all of the data currently there to other hidden cloud variables.
If you have played before, it will welcome you back and attempt to reset. The problems I face are:

After you close the tab it will delete the list
Sometimes it saves all the data correctly, sometimes only parts, but most of the time nothing saves properly.

HOWEVER!
I do have 2 other cloud variables that DO WORK FULLY! When closing a tab, none of that data is lost
I open the cloud variables and can confirm that it saves the data, but again, it deletes in when I close the tab (Even on the view most people would get when you open the game)

Projects
#SaveCubeupload | Kumquat Attack | Game in which you can submit your avatar

Studios
Be Moist | Forum Helpers

Topics
#RoadToMoist100

Press CTRL+SHIFT+DOWN after highlighting a bit of my signature to see the rest of my signature (and keep doing it)

Whats a stick?

If you suggest that the days since 2000 block is removed, you are going to feel the wrath of my TNT recklessness

My kumquat protectors: (~˘▾˘)~ ( ಠ ͜ʖರೃ) ( ಠ ͜ʖರೃ) ( ಠ ͜ʖರೃ) (◕‿◕✿) ( ಠ ͜ʖರೃ) ( ಠ ͜ʖರೃ) ༼ つ ◕_◕ ༽つ
Total Power: 35





Ok this is the end of my signature, but scroll down some more if you want some nice color hex codes.



Turquoise ish green: #17e67b
Epic nice blue: #0090c0
Cool light blue: #c4ffec, #a3ffe1, #85ffd7








































































































Bippity Boppity Boo wow you found me congrats
inoking
Scratcher
1000+ posts

Report cloud data glitches here

Aren't you writing the data multiple times one after another in short time?
Cloud variables can't be written within 10 msec.

これは署名と呼ばれるもので投稿本文とは関係ありません。
Scratch は「世界最大の子ども向けコーディングコミュニティーで、シンプルなビジュアルインターフェースを持ったコーディング言語」
 つまり「子ども SNS」ではない

・「傾向」とは単に一定の基準で作品を並びかえただけのもので、ランキングでもなんでもないナンバーワンよりオンリーワンを目指してみては?
・「フォロー」とは他の Scratcher が何をしているかを簡単に確認するためのもので、「フォロワー」は「ファン」ではない
・「スタジオ」とは特定のテーマに沿って作品をまとめたり共同制作したりするための場所
・「星」や「ハート」などを何かの見返りとすることは Scratch チームによって禁止されている
PizzaAddict4Life
Scratcher
1000+ posts

Report cloud data glitches here

So you are saying that I should write one variable, wait for like, 0.1 seconds, and do that until every variable is saved?

Projects
#SaveCubeupload | Kumquat Attack | Game in which you can submit your avatar

Studios
Be Moist | Forum Helpers

Topics
#RoadToMoist100

Press CTRL+SHIFT+DOWN after highlighting a bit of my signature to see the rest of my signature (and keep doing it)

Whats a stick?

If you suggest that the days since 2000 block is removed, you are going to feel the wrath of my TNT recklessness

My kumquat protectors: (~˘▾˘)~ ( ಠ ͜ʖರೃ) ( ಠ ͜ʖರೃ) ( ಠ ͜ʖರೃ) (◕‿◕✿) ( ಠ ͜ʖರೃ) ( ಠ ͜ʖರೃ) ༼ つ ◕_◕ ༽つ
Total Power: 35





Ok this is the end of my signature, but scroll down some more if you want some nice color hex codes.



Turquoise ish green: #17e67b
Epic nice blue: #0090c0
Cool light blue: #c4ffec, #a3ffe1, #85ffd7








































































































Bippity Boppity Boo wow you found me congrats
inoking
Scratcher
1000+ posts

Report cloud data glitches here

Yes, I mean like the following.
set [cloud v] to [1]
wait (0.1) secs
set [cloud v] to [2]
wait (0.1) secs
set [cloud v] to [3]
I'm not confident whether this solves your problem.
But, it is worth trying.

Last edited by inoking (March 4, 2020 17:19:55)


これは署名と呼ばれるもので投稿本文とは関係ありません。
Scratch は「世界最大の子ども向けコーディングコミュニティーで、シンプルなビジュアルインターフェースを持ったコーディング言語」
 つまり「子ども SNS」ではない

・「傾向」とは単に一定の基準で作品を並びかえただけのもので、ランキングでもなんでもないナンバーワンよりオンリーワンを目指してみては?
・「フォロー」とは他の Scratcher が何をしているかを簡単に確認するためのもので、「フォロワー」は「ファン」ではない
・「スタジオ」とは特定のテーマに沿って作品をまとめたり共同制作したりするための場所
・「星」や「ハート」などを何かの見返りとすることは Scratch チームによって禁止されている
PizzaAddict4Life
Scratcher
1000+ posts

Report cloud data glitches here

Ok, it seems like that will work. Here is the link in case it helps: https://scratch.mit.edu/projects/372665839/

Last edited by PizzaAddict4Life (March 5, 2020 18:18:37)


Projects
#SaveCubeupload | Kumquat Attack | Game in which you can submit your avatar

Studios
Be Moist | Forum Helpers

Topics
#RoadToMoist100

Press CTRL+SHIFT+DOWN after highlighting a bit of my signature to see the rest of my signature (and keep doing it)

Whats a stick?

If you suggest that the days since 2000 block is removed, you are going to feel the wrath of my TNT recklessness

My kumquat protectors: (~˘▾˘)~ ( ಠ ͜ʖರೃ) ( ಠ ͜ʖರೃ) ( ಠ ͜ʖರೃ) (◕‿◕✿) ( ಠ ͜ʖರೃ) ( ಠ ͜ʖರೃ) ༼ つ ◕_◕ ༽つ
Total Power: 35





Ok this is the end of my signature, but scroll down some more if you want some nice color hex codes.



Turquoise ish green: #17e67b
Epic nice blue: #0090c0
Cool light blue: #c4ffec, #a3ffe1, #85ffd7








































































































Bippity Boppity Boo wow you found me congrats
PizzaAddict4Life
Scratcher
1000+ posts

Report cloud data glitches here

Tested again, it appears to fail. What would be really useful is for a way to tell when it is saved on scratch online. I think it would be best if you looked at the project. The blocks are all in the cloud sprite and it is all pretty neat.

Projects
#SaveCubeupload | Kumquat Attack | Game in which you can submit your avatar

Studios
Be Moist | Forum Helpers

Topics
#RoadToMoist100

Press CTRL+SHIFT+DOWN after highlighting a bit of my signature to see the rest of my signature (and keep doing it)

Whats a stick?

If you suggest that the days since 2000 block is removed, you are going to feel the wrath of my TNT recklessness

My kumquat protectors: (~˘▾˘)~ ( ಠ ͜ʖರೃ) ( ಠ ͜ʖರೃ) ( ಠ ͜ʖರೃ) (◕‿◕✿) ( ಠ ͜ʖರೃ) ( ಠ ͜ʖರೃ) ༼ つ ◕_◕ ༽つ
Total Power: 35





Ok this is the end of my signature, but scroll down some more if you want some nice color hex codes.



Turquoise ish green: #17e67b
Epic nice blue: #0090c0
Cool light blue: #c4ffec, #a3ffe1, #85ffd7








































































































Bippity Boppity Boo wow you found me congrats
inoking
Scratcher
1000+ posts

Report cloud data glitches here

Sorry, it is too complex to check.
I recommend you to make it as simple as possible.

これは署名と呼ばれるもので投稿本文とは関係ありません。
Scratch は「世界最大の子ども向けコーディングコミュニティーで、シンプルなビジュアルインターフェースを持ったコーディング言語」
 つまり「子ども SNS」ではない

・「傾向」とは単に一定の基準で作品を並びかえただけのもので、ランキングでもなんでもないナンバーワンよりオンリーワンを目指してみては?
・「フォロー」とは他の Scratcher が何をしているかを簡単に確認するためのもので、「フォロワー」は「ファン」ではない
・「スタジオ」とは特定のテーマに沿って作品をまとめたり共同制作したりするための場所
・「星」や「ハート」などを何かの見返りとすることは Scratch チームによって禁止されている
PizzaAddict4Life
Scratcher
1000+ posts

Report cloud data glitches here

It is OK. After I got it fixed I realized I hit the cloud variable limit. If scratch isn't going to let me create a game saving system I am going to get them to. Off to another thread! Thank you for your help.

Projects
#SaveCubeupload | Kumquat Attack | Game in which you can submit your avatar

Studios
Be Moist | Forum Helpers

Topics
#RoadToMoist100

Press CTRL+SHIFT+DOWN after highlighting a bit of my signature to see the rest of my signature (and keep doing it)

Whats a stick?

If you suggest that the days since 2000 block is removed, you are going to feel the wrath of my TNT recklessness

My kumquat protectors: (~˘▾˘)~ ( ಠ ͜ʖರೃ) ( ಠ ͜ʖರೃ) ( ಠ ͜ʖರೃ) (◕‿◕✿) ( ಠ ͜ʖರೃ) ( ಠ ͜ʖರೃ) ༼ つ ◕_◕ ༽つ
Total Power: 35





Ok this is the end of my signature, but scroll down some more if you want some nice color hex codes.



Turquoise ish green: #17e67b
Epic nice blue: #0090c0
Cool light blue: #c4ffec, #a3ffe1, #85ffd7








































































































Bippity Boppity Boo wow you found me congrats
solar_sausage
Scratcher
100+ posts

Report cloud data glitches here

on one of my games that uses cloud data, half of the cloud variables seem to reset themselves when refreshing the page. Its not the code that's wrong; only a refresh will set them to 0.

Hundreds of wazonz surround your current location. This is a warning from them to you, to run while you still can.
Lord_of_Fish
Scratcher
14 posts

Report cloud data glitches here

When you go on a project with cloud data, and then you love and favourite it, then click on the cloudmonitor and go back to the project, your love and favourite will still be there, but it allows you to love and favourite it again. If you then reload the page, the extra love and favourite you added will disappear and you cannot love or favourite twice on that project again
forever
say [I am confused]
end

Last edited by Lord_of_Fish (March 14, 2020 13:55:16)

Mr_Bloxy
Scratcher
41 posts

Report cloud data glitches here

Sometimes , the cloud variable shows a different number to the most recent change on the data log.

Congratulations.
You have just witnessed great wisdom.
I hope.
<((1) + (1)) = [487540509.473574]>
IT IS TRUE!
Mr_Bloxy
Scratcher
41 posts

Report cloud data glitches here

Mr_Bloxy wrote:

Sometimes , the cloud variable shows a different number to the most recent change on the data log.
My browser / operating system: Windows NT 10.0, Chrome 80.0.3987.132, No Flash version detected

Congratulations.
You have just witnessed great wisdom.
I hope.
<((1) + (1)) = [487540509.473574]>
IT IS TRUE!
AdamTimmy
Scratcher
100+ posts

Report cloud data glitches here

Same

Check out my recent projects!

LilyMakesThings
Scratcher
100+ posts

Report cloud data glitches here

Spaceflyer234 wrote:

When you backpack a Cloud Variable it is no longer a Cloud Variable just a Variable with the cloud symbol.

(☁ Cloud)
yeah I think they did that to avoid the infinite cloud var glitch
Scratcheur-2020Send
Scratcher
100+ posts

Report cloud data glitches here

You cannot use cloud varibles if you are not a scratcher!
for more informations,click here…

Send on scratch by the scratcher of 2020 (Call me TS2020)

Hi, i'm not posting anymore due to 100 reached
100th post : https://scratch.mit.edu/discuss/topic/437609/?page=1#post-4398664

The forum Helper moved to @Forum_Helper

Powered by DjangoBB