Discuss Scratch

ev3commander
Scratcher
500+ posts

My Suggestions (Updated 8/22/14)

1234abcdcba4321 wrote:

Yeah, I wasn't so sure about the second one.
Why I wanted the first one:

if <(username) is a scratcher? :: sensing> then
show

end
On the save button.
Or,
if <not <(username) is a scratcher? :: sensing>> then

say [Sorry, you don't have cloud variable access. This uses cloud vars.] for (2) secs
stop [all v]
end

Last edited by ev3commander (March 9, 2014 21:58:27)


You won't be unknown anymore
My browser / operating system: Windows 7, Chrome 32.XX.XXXX.XX, Flash 12.0 (release 0)
My alternative browser / operating system: OS X 10.9.5, Safari 7, Flash 15.0 (release 0)
Reached 500+ on April 8, 2015
1234abcdcba4321
Scratcher
1000+ posts

My Suggestions (Updated 8/22/14)

ev3commander wrote:

Or,
if <not <(username) is a scratcher?>> then

say [Sorry, you don't have cloud variable access. This uses cloud vars.] for (2) secs
stop [all v]
end
However, now I see you can just do this:
set [scratcher? v] to (cloud)
change [cloud v] by (1) // cloud is a cloud var
if <(scratcher?) = (cloud)> then
set [scratcher? v] to [false]
else
set [scratcher? v] to [true]

Oh, anyone have any ideas that might be a good addition to this? (I added a bit of mock-up art…)

I'd highly appreciate it if you were to follow me. Don't forget to go to my profile.
All of my programming suggestions <— You should really get the suggestions move back to the suggestions forum!
Five hundred posts! I never expected to get up there… In only 2-3 months.
Does anyone know what a signature is? I mean, I've already seen 6-7 people get confused.
1234abcdcba4321
Scratcher
1000+ posts

My Suggestions (Updated 8/22/14)

*bump*
Updated the OP, with one very obvious change.

I'd highly appreciate it if you were to follow me. Don't forget to go to my profile.
All of my programming suggestions <— You should really get the suggestions move back to the suggestions forum!
Five hundred posts! I never expected to get up there… In only 2-3 months.
Does anyone know what a signature is? I mean, I've already seen 6-7 people get confused.
meowmoo
Scratcher
500+ posts

My Suggestions (Updated 8/22/14)

ev3commander wrote:

1234abcdcba4321 wrote:

Yeah, I wasn't so sure about the second one.
Why I wanted the first one:

if <(username) is a scratcher?> then
show

end
On the save button.
Or,
if <not <(username) is a scratcher?>> then

say [Sorry, you don't have cloud variable access. This uses cloud vars.] for (2) secs
stop [all v]
end

but woudn't this happpen then?

((mouse x) is a scratcher?)

http://fyucha.com/

R a i n b o w
meowmoo
Scratcher
500+ posts

My Suggestions (Updated 8/22/14)

([world] contains []) // boolean
(location of [] in [world])

http://fyucha.com/

R a i n b o w
meowmoo
Scratcher
500+ posts

My Suggestions (Updated 8/22/14)

ProdigyZeta7 wrote:

The operator dropdown isn't needed because you can still right-click an operator and change it (except mod). I support putting round in the dropdown, but that's about it.
however,then you could do this:

(var [meowmoo v])
(var (username))

http://fyucha.com/

R a i n b o w
Firedrake969
Scratcher
1000+ posts

My Suggestions (Updated 8/22/14)

First, calm down in your first paragraph

Most of these are workaroundable. The “when I leave this project” block wouldn't be able to run if you close the tab or window. No support on that.

'17 rickoid

bf97b44a7fbd33db070f6ade2b7dc549
1234abcdcba4321
Scratcher
1000+ posts

My Suggestions (Updated 8/22/14)

Firedrake969 wrote:

First, calm down in your first paragraph
I'll remove it once it gets moved.

Most of these are workaroundable. The “when I leave this project” block wouldn't be able to run if you close the tab or window. No support on that.
The thing is, some of them aren't.
I would point those ones out, but there's no color option on these forums.

I'd highly appreciate it if you were to follow me. Don't forget to go to my profile.
All of my programming suggestions <— You should really get the suggestions move back to the suggestions forum!
Five hundred posts! I never expected to get up there… In only 2-3 months.
Does anyone know what a signature is? I mean, I've already seen 6-7 people get confused.
davidkt
Scratcher
1000+ posts

My Suggestions (Updated 8/22/14)

What do you mean there's no colour option?
Oh, do you mean like in scratchblocks?//category=pen

Remember when I looked like this? I still do.


Float, my Scratch 2.0 mod | My (somewhat under-construction) blog
davidkt
Scratcher
1000+ posts

My Suggestions (Updated 8/22/14)

Uh… why was this moved to Show and Tell?

Remember when I looked like this? I still do.


Float, my Scratch 2.0 mod | My (somewhat under-construction) blog
1234abcdcba4321
Scratcher
1000+ posts

My Suggestions (Updated 8/22/14)

davidkt wrote:

What do you mean there's no colour option?
Oh. What other colors are there?
tset
Anything like this?

davidkt wrote:

Uh… why was this moved to Show and Tell?
Yeah… That's the main reason of the first part there.

Last edited by 1234abcdcba4321 (Feb. 14, 2014 22:47:00)


I'd highly appreciate it if you were to follow me. Don't forget to go to my profile.
All of my programming suggestions <— You should really get the suggestions move back to the suggestions forum!
Five hundred posts! I never expected to get up there… In only 2-3 months.
Does anyone know what a signature is? I mean, I've already seen 6-7 people get confused.
davidkt
Scratcher
1000+ posts

My Suggestions (Updated 8/22/14)

1234abcdcba4321 wrote:

davidkt wrote:

What do you mean there's no colour option?
Oh. What other colors are there?
tset
Anything like this?

davidkt wrote:

Uh… why was this moved to Show and Tell?
Yeah… That's the main reason of the first part there.
You can also do hex colour codes.

Remember when I looked like this? I still do.


Float, my Scratch 2.0 mod | My (somewhat under-construction) blog
meowmoo
Scratcher
500+ posts

My Suggestions (Updated 8/22/14)



ev3commander wrote:

1234abcdcba4321 wrote:

Yeah, I wasn't so sure about the second one.
Why I wanted the first one:

if <(username) is a scratcher?> then
show

end
On the save button.
Or,
if <not <(username) is a scratcher?>> then

say [Sorry, you don't have cloud variable access. This uses cloud vars.] for (2) secs
stop [all v]
end

you could also do:

if <(join (username) [test]) is a scratcher?> then

say [YOU MUST HAVE ZE TEZT ACOUNT TOO VEEW DEEZ! :mad:]
end

http://fyucha.com/

R a i n b o w
1234abcdcba4321
Scratcher
1000+ posts

My Suggestions (Updated 8/22/14)

davidkt wrote:

You can also do hex colour codes.
Ah, I guess I'll be going to my regular pink color!

I'd highly appreciate it if you were to follow me. Don't forget to go to my profile.
All of my programming suggestions <— You should really get the suggestions move back to the suggestions forum!
Five hundred posts! I never expected to get up there… In only 2-3 months.
Does anyone know what a signature is? I mean, I've already seen 6-7 people get confused.
AonymousGuy
Scratcher
1000+ posts

My Suggestions (Updated 8/22/14)

1234abcdcba4321 wrote:

when project left :: events hat
The only reason why I want it is to change cloud data.
Using the aforementioned cloud data, this block is actually workaroundable.
1234abcdcba4321
Scratcher
1000+ posts

My Suggestions (Updated 8/22/14)

AonymousGuy wrote:

1234abcdcba4321 wrote:

when project left :: events hat
The only reason why I want it is to change cloud data.
Using the aforementioned cloud data, this block is actually workaroundable.
I guess…
But, can you tell show me a workaround for it?

Last edited by 1234abcdcba4321 (Feb. 14, 2014 23:24:26)


I'd highly appreciate it if you were to follow me. Don't forget to go to my profile.
All of my programming suggestions <— You should really get the suggestions move back to the suggestions forum!
Five hundred posts! I never expected to get up there… In only 2-3 months.
Does anyone know what a signature is? I mean, I've already seen 6-7 people get confused.
AonymousGuy
Scratcher
1000+ posts

My Suggestions (Updated 8/22/14)

1234abcdcba4321 wrote:

AonymousGuy wrote:

1234abcdcba4321 wrote:

when project left :: events hat
The only reason why I want it is to change cloud data.
Using the aforementioned cloud data, this block is actually workaroundable.
I guess…
But, can you tell show me a workaround for it?
Well maybe its not perfectly workaroundable, but it is possible to detect when someone leaves the project. You can't save their data or anything, but for a cloud engine, if, for example, they are in a queue for having their data saved, they can be removed from it.
1234abcdcba4321
Scratcher
1000+ posts

My Suggestions (Updated 8/22/14)

The thing is, the only way I know of doing it is keeping a server version of the game on. (I want it for simple online lists and also a message that says something like “username has left the game.”)
If I try it differently, it might delete more of the list than expected.

I'd highly appreciate it if you were to follow me. Don't forget to go to my profile.
All of my programming suggestions <— You should really get the suggestions move back to the suggestions forum!
Five hundred posts! I never expected to get up there… In only 2-3 months.
Does anyone know what a signature is? I mean, I've already seen 6-7 people get confused.
kakfdadfdffa
Scratcher
43 posts

My Suggestions (Updated 8/22/14)

go to x: (scrollX) y: (scrollX)


when [down arrow] key pressed
change [ scrollx] by (-1)
and ect.
1234abcdcba4321
Scratcher
1000+ posts

My Suggestions (Updated 8/22/14)

kakfdadfdffa wrote:

go to x: (scrollX) y: (scrollX)


when [down arrow] key pressed
change [ scrollx] by (-1)
and ect.
I don't understand what you're posting.

I'd highly appreciate it if you were to follow me. Don't forget to go to my profile.
All of my programming suggestions <— You should really get the suggestions move back to the suggestions forum!
Five hundred posts! I never expected to get up there… In only 2-3 months.
Does anyone know what a signature is? I mean, I've already seen 6-7 people get confused.

Powered by DjangoBB