This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2012-11-05 09:00:18

KyleK7
Scratcher
Registered: 2011-06-14
Posts: 500+

Make a 'private' setting for a project.

If someone doesn't want to save their project offline, maybe you could have a box that says 'private?' next to the project name when you click 'Share' in the Scratch program. If you check the box, when you go online, only you and the ST can see it. Other than that, it would look like a regular project screen. I sometimes see WIP (work in progress) in the project title. This feature would be useful for those types of projects.


http://i46.tinypic.com/zwxnhh.gif

Offline

 

#2 2012-11-05 10:15:33

jvvg
Scratcher
Registered: 2008-03-26
Posts: 1000+

Re: Make a 'private' setting for a project.

I think there will be something like this on Scratch 2.0.


http://tiny.cc/zwgbewhttp://tiny.cc/e1gbewhttp://tiny.cc/zygbewhttp://tiny.cc/izgbew
Goodbye, Scratch 1.4  sad                                                        Hello Scratch 2.0!  smile

Offline

 

#3 2012-11-05 13:20:54

BoltBait
Scratcher
Registered: 2009-03-09
Posts: 1000+

Re: Make a 'private' setting for a project.

In 2.0, when you first create a project it is "private".  You have to click a "share" button in order for other people to see it.

Once you've shared a project, if you no longer want people to see it, just click the "unshare" button and it becomes private again.  Usually, you'd want to do this in order to make changes to a project since every time you make a change to a project those changes are automatically saved and published.


Animated sigs must be banned!
http://boltbait.com/j.pnghttp://boltbait.com/s.pnghttp://boltbait.com/d.pnghttp://boltbait.com/a.pnghttp://boltbait.com/p.png

Offline

 

#4 2012-11-05 16:38:11

Mokat
Scratcher
Registered: 2011-12-08
Posts: 1000+

Re: Make a 'private' setting for a project.

If you don't want people to see the project then why upload it?


http://www.eggcave.com/egg/977371.pnghttp://www.eggcave.com/egg/977376.pnghttp://www.eggcave.com/egg/1005291.pnghttp://www.eggcave.com/egg/996745.png

Offline

 

#5 2012-11-05 16:38:54

Molybdenum
Scratcher
Registered: 2012-06-17
Posts: 1000+

Re: Make a 'private' setting for a project.

Mokat wrote:

If you don't want people to see the project then why upload it?

Get it on the site incase you need to use another computer but don't have a flash drive?
[this color is me testing out my new program]

Last edited by Molybdenum (2012-11-05 16:44:33)


"The Enrichment Center is required to remind you that you will be baked, and then there will be cake."
(|Balls and Platforms: Stay on!|) (|NaOS-H: An operating system... Or is it?|)

Offline

 

#6 2012-11-05 22:41:33

Mokat
Scratcher
Registered: 2011-12-08
Posts: 1000+

Re: Make a 'private' setting for a project.

Molybdenum wrote:

Mokat wrote:

If you don't want people to see the project then why upload it?

Get it on the site incase you need to use another computer but don't have a flash drive?
[this color is me testing out my new program]

But why would it need to be private for that?


http://www.eggcave.com/egg/977371.pnghttp://www.eggcave.com/egg/977376.pnghttp://www.eggcave.com/egg/1005291.pnghttp://www.eggcave.com/egg/996745.png

Offline

 

#7 2012-11-05 23:10:00

kayybee
Scratcher
Registered: 2009-12-07
Posts: 1000+

Re: Make a 'private' setting for a project.

Mokat wrote:

If you don't want people to see the project then why upload it?

Well, if you're working on it online, then it'll automatically be uploaded...

Offline

 

#8 2012-11-06 01:11:40

tailskirbyyoshifan
Scratcher
Registered: 2010-03-14
Posts: 100+

Re: Make a 'private' setting for a project.

Molybdenum wrote:

Mokat wrote:

If you don't want people to see the project then why upload it?

Get it on the site incase you need to use another computer but don't have a flash drive?
[this color is me testing out my new program]

I don't think you would need a flash drive, Scratch 2.0 is probably set up so you can access your projects from anywhere (just like Weebly) just as long as you're logged in.


http://i.imgur.com/H4WAk.png

Offline

 

#9 2012-12-10 13:01:57

321Thomas123
New Scratcher
Registered: 2012-12-07
Posts: 5

Re: Make a 'private' setting for a project.

if you don't want people to see it why not have some code like this on one sprite

when gf clicked
set [password v] to _
show
ask [password please]
forever
   if < (answer) = password >
      set [password v] to < (answer) >
      hide
then have code like this to other sprites

when gf clicked
hide
forever
   if < (password) = password >
       what you want the sprite to do here

Offline

 

#10 2012-12-10 20:28:23

jontmy00
Scratcher
Registered: 2011-11-28
Posts: 1000+

Re: Make a 'private' setting for a project.

321Thomas123 wrote:

if you don't want people to see it why not have some code like this on one sprite

when gf clicked
set [password v] to _
show
ask [password please]
forever
   if < (answer) = password >
      set [password v] to < (answer) >
      hide
then have code like this to other sprites

when gf clicked
hide
forever
   if < (password) = password >
       what you want the sprite to do here

Some person could just download it and see the scripts...  neutral

Don't suggest locking downloads either, it has been and will be denied.

Hidden sprites may not function in 2.0, no one knows.


FOR ALL THE NEWS ON UPDATES FOR SIMPLISTICRAFT, CLICK HERE.

Offline

 

Board footer