Discuss Scratch

StarBot
Scratcher
100+ posts

How Do you reset the cloud data?

Mewhile how do you make a signner
thebriculator
Scratcher
100+ posts

How Do you reset the cloud data?

To change your signature go to http://scratch.mit.edu/discuss/settings/StarBot/



randomonium
Scratcher
23 posts

How Do you reset the cloud data?

all yo have to do is activate a script that resets it than you can delete the script
1stevief
Scratcher
72 posts

How Do you reset the cloud data?

how do you code the script?

Last edited by 1stevief (July 12, 2020 04:17:55)


when green flag clicked
forever
Imagine!
Create!
Share!
end
qrcool
Scratcher
1000+ posts

How Do you reset the cloud data?

Here:
when green flag clicked
set [☁️ cloud var v] to [0]
Delete that after it runs.

he/they/it/neos
1stevief
Scratcher
72 posts

How Do you reset the cloud data?

qrcool wrote:

Here:
when green flag clicked
set [☁️ cloud var v] to [0]
Delete that after it runs.

So, that kind of works, it set's the cloud variable to 0. So..

when green flag clicked
set [Cloud Variable] to [0]

So what this code does is set the cloud to 0, but cloud data, write's numbers down, it writes down that the variable was set to 0. What I was looking for is a way to make All the stuff it wrote down to be deleted. Like when you click on “See Cloud Data” how do you delete all the numbers stored in there?

Last edited by 1stevief (July 12, 2020 04:40:49)


when green flag clicked
forever
Imagine!
Create!
Share!
end
jettypumpkin07
Scratcher
1000+ posts

How Do you reset the cloud data?

1stevief wrote:

qrcool wrote:

Here:
when green flag clicked
set [☁️ cloud var v] to [0]
Delete that after it runs.

So, that kind of works, it set's the cloud variable to 0. So..

when green flag clicked
set [Cloud Variable] to [0]

So what this code does is set the cloud to 0, but cloud data, write's numbers down, it writes down that the variable was set to 0. What I was looking for is a way to make All the stuff it wrote down to be deleted. Like when you click on “See Cloud Data” how do you delete all the numbers stored in there?
Just do this:
set [cloud variable v] to []
Note to minimods: Don't worry about necroposting here.
This is almost the same as making a new topic.

-jettypumpkin07 Profile ~ GitHub ~ Wiki Edits ~ Stats ~ Posts
I haven't really been active much since 2021. I now mostly look at / help with other people's projects, answer questions on the forums and work on stuff in other programming languages like JavaScript. Scratch is still awesome and I don't think I'll be leaving it any time soon. <3


Check out ocular, a Scratch forum search tool by jeffalo that helps find lost posts, or the Hidden Blocks TurboWarp extension I helped create that has a bunch of useful hacked blocks ready to add to your Scratch projects. (PR for details, see the Hidden Blocks category to the left of the editor.)


Super Mario World Maker 3.0 Update coming soon ~ Suggest what you want added!

The state of my life right now (I'm in Grade 12 next year):

Bonus image for Extension users and Inspect Element bois:

I'm the guy who made the ‘Multiple rows in backpack’ addon btw, you should try it!
Bossmaking
Scratcher
4 posts

How Do you reset the cloud data?

Are there anyways to like clear the cloud data history?
ab9130
Scratcher
100+ posts

How Do you reset the cloud data?

If you saved the project as a .sb3, unshared and deleted the project, then uploaded the sb3 into a new project, then shared that, you could. But if you want to clear the cloud data of an already existing project that already has cloud history, I don't think you can do that. I think only the ST members have the ability to clear cloud history.

forever
delete all of [intelligence v]
end
also look at this
and my studio

Powered by DjangoBB