Discuss Scratch

TheHockeyist
Scratcher
1000+ posts

Updates! June 8th, 2015

sabinou wrote:

Thanks!

It would be really nice if you allowed accents in texts, though. I speak as a French, we make great use of these, in letters such as é or è, and their absense is leaving my kinds dumbfounded on many occasions. Our accents exist within UTF-8, they're not that weird

It's how they map onto something other than Unicode. Helvetica loves Russian letters ;-).


GunChleoc
Scratcher
500+ posts

Updates! June 8th, 2015

Everything should be Unicode-based nowadays. Using Codepages is seriously outdated. Accented characters can be complicated though if they need more than 1 keystroke, and this may need some extra programming. There are always 2 parts to this issue: Showing letters correclty, and letting users type them.

The Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Unicode and Character Sets (No Excuses!)

Stuth sa Ghàidhlig
repeat until <not <(language) = [English]>>
set (language) to [Gàidhlig]
end
djow1116
Scratcher
100+ posts

Updates! June 8th, 2015

WHY WAS THE ABILITY TO BLOCK CERTAIN MESSAGES REMOVED?


Sign your name Hug me .u.
when [pearlymoorehen ]  SAYED [GOTTA SHIP 'EM ALL] :: hat events
candycane10000
New to Scratch
3 posts

Updates! June 8th, 2015

Hi! Im so glad that im a follower on scratch? How long have ya'll been doing scratch?
LizardGizardStudios
Scratcher
14 posts

Updates! June 8th, 2015

Hi! I was wondering how I could create a forum, I want to create one. I used to know how but I forgot how to! Please help!

-Lizard
candycane10000
New to Scratch
3 posts

Updates! June 8th, 2015

hey! id help you but i forgot how to as well! why dont you ask an expert? also, mind if i follow you?
LillysMom9
Scratcher
9 posts

Updates! June 8th, 2015

speakvisually wrote:

Hey everyone,

We have small batch of updates to share with you all:

- Fixes to Tips Window
- 2 new music loops in editor “Dance around” & “Dance Magic”
- Fixed translation bugs around website


Scratch On!
Yay!
hypersonic04
Scratcher
43 posts

Updates! June 8th, 2015

6/11/15 today's is my birthday

hi
rainierroitayam
Scratcher
100+ posts

Updates! June 8th, 2015

but why the scroll glitch (when you scroll up in the game, it activates the command “up arrow pressed”) still not fixed..?

Shopping ||| Most Viewed Project ||| Latest Cell Lab Series ||| Cell Lab Series ||| Newest “Elements”
Click on These To Have Some Fun!
Also We Need Even More People in Scratchblox Team! Click here to Join! We need All of you Guys!
rainierroitayam
Scratcher
100+ posts

Updates! June 8th, 2015

LizardGizardStudios wrote:

Hi! I was wondering how I could create a forum, I want to create one. I used to know how but I forgot how to! Please help!

-Lizard
Click dat “discuss” thing, after that go to what type of discussion you want to put dat (for example, suggestions, also you can only add in announcements if you are in the scratch team), then you should see a “New Topic” Button (the “New Topic” Button only appear in announcements if you are in the scratch team)

Shopping ||| Most Viewed Project ||| Latest Cell Lab Series ||| Cell Lab Series ||| Newest “Elements”
Click on These To Have Some Fun!
Also We Need Even More People in Scratchblox Team! Click here to Join! We need All of you Guys!
hpotterfan005
Scratcher
20 posts

Updates! June 8th, 2015

speakvisually wrote:

Hey everyone,

We have small batch of updates to share with you all:

- Fixes to Tips Window
- 2 new music loops in editor “Dance around” & “Dance Magic”
- Fixed translation bugs around website


Scratch On!
OMG! I LOVE THE NEW MUSIC!
fatkidplayer
Scratcher
52 posts

Updates! June 8th, 2015

Nice.

Fatkidplayer: Making epic animations and other cool projects since April 2015 December 2010!

If you don't watch this an angry pineapple will appear and fight you!
HTMLprogrammer
Scratcher
17 posts

Updates! June 8th, 2015

I have an Idea… Servers!!!
NOTICE: you MUST have internet to use servers

new functions
<create server ()> - creates a basic server
<user join server ()> - lets a player join a server
<server ()> - this is the code of a server
<server reset ()> - restarts the code on a server (useful for making games where you restart)
<move sprite () on server () to ()> - move a sprite on one server to another server
<put sprite () on server ()> - puts a sprite on the normal stage into a server
<put sprite () on server () lobby ()> - puts a sprite on the normal stage into a server lobby
<server () ban user ()> - moves a player from that server until <pardon user ()> is used
<server () kick user ()> - moves a player from that server
<server () create lobby ()> - creates a lobby on a server, instead of going, lobbies are like subservers, you can use them to wait for other players, once a certain number is reached, a countdown begins
<lobby () of server ()> - the code of a lobby
<lobby () of server () max ()> - the max amount of players that can join a lobby, once the max is reached, other players will be redirected to another lobby
or kicked out
<lobby () of server () min ()> the minimum amount of players before a 15 second countdown begins
<lobby () of server () delete> - deletes a lobby of a server
<server () delete> - deletes a server and it's lobbies
<sprite {}> - the starting of the code of a sprite, starts the code and moves on {} = sprite drop down menu
<end sprite> - stops the code of the active sprite
<wait> - a lobby does nothing until the minimum is reached
<pardon ()> - takes away a ban of a certain user

__________________________________________________________________________________

NOW TO SEE IT IN USE!!!

<when flag clicked> when user clicks the flag
<create server (hello world)> create a server called “hello world”
<server (hello world) create lobby (hello)> create a lobby on server “hello world” called “hello”
<user join server (hello world)> make the user join a server called “hello world”, but because of the existing lobby, he joins the lobby called “hello”
<put sprite (HELLO) on server (hello world) lobby (hello)> put a sprite called “HELLO” on server “hello world” lobby “hello”

<lobby (hello) of server (hello world)> the script of the lobby
<lobby (hello) of server (hello world) min (8)> sets the minimum of the lobby to 8
<lobby (hello) of server (hello world) max (10)> sets the maximum of the lobby to 10
<sprite {HELLO}> the code of the HELLO sprite program activates this and goes |
<repeat (60) times> [ 60 times it, |
<wait (0.3) secs> waits .3 seconds |
<change {color} effect by (2)> ] and changes its color |
<end sprite> here<——————————————————————————————————————————————/
<wait> waits until the minimum is met
<server reset (hello world)> and resets server “hello world”

<server (hello world)> code of the server:
<say (hello world) for (2) secs> server says hello world
<server (hello world) kick user (all)> removes all players
<end script> and ends the script




hope you liked it comment on my profile plz (HELLO WORLD SERVERS!!!)

djow1116
Scratcher
100+ posts

Updates! June 8th, 2015

wow


Sign your name Hug me .u.
when [pearlymoorehen ]  SAYED [GOTTA SHIP 'EM ALL] :: hat events
HTMLprogrammer
Scratcher
17 posts

Updates! June 8th, 2015

I have an Idea… Servers!!!
NOTICE: you MUST have internet to use servers

new functions
<create server ()> - creates a basic server
<user join server ()> - lets a player join a server
<server ()> - this is the code of a server
<server reset ()> - restarts the code on a server (useful for making games where you restart)
<move sprite () on server () to ()> - move a sprite on one server to another server
<put sprite () on server ()> - puts a sprite on the normal stage into a server
<put sprite () on server () lobby ()> - puts a sprite on the normal stage into a server lobby
<server () ban user ()> - moves a player from that server until <pardon user ()> is used
<server () kick user ()> - moves a player from that server
<server () create lobby ()> - creates a lobby on a server, instead of going, lobbies are like subservers, you can use them to wait for other players, once a certain number is reached, a countdown begins
<lobby () of server ()> - the code of a lobby
<lobby () of server () max ()> - the max amount of players that can join a lobby, once the max is reached, other players will be redirected to another lobby
or kicked out
<lobby () of server () min ()> the minimum amount of players before a 15 second countdown begins
<lobby () of server () delete> - deletes a lobby of a server
<server () delete> - deletes a server and it's lobbies
<sprite {}> - the starting of the code of a sprite, starts the code and moves on {} = sprite drop down menu
<end sprite> - stops the code of the active sprite
<wait> - a lobby does nothing until the minimum is reached
<pardon ()> - takes away a ban of a certain user

__________________________________________________________________________________

NOW TO SEE IT IN USE!!!

<when flag clicked> when user clicks the flag
<create server (hello world)> create a server called “hello world”
<server (hello world) create lobby (hello)> create a lobby on server “hello world” called “hello”
<user join server (hello world)> make the user join a server called “hello world”, but because of the existing lobby, he joins the lobby called “hello”
<put sprite (HELLO) on server (hello world) lobby (hello)> put a sprite called “HELLO” on server “hello world” lobby “hello”

<lobby (hello) of server (hello world)> the script of the lobby
<lobby (hello) of server (hello world) min (8)> sets the minimum of the lobby to 8
<lobby (hello) of server (hello world) max (10)> sets the maximum of the lobby to 10
<sprite {HELLO}> the code of the HELLO sprite program activates this and goes
<repeat (60) times> [ 60 times it,
<wait (0.3) secs> waits .3 seconds
<change {color} effect by (2)> ] and changes its color
<end sprite> here
<wait> waits until the minimum is met
<server reset (hello world)> and resets server “hello world”

<server (hello world)> code of the server:
<say (hello world) for (2) secs> server says hello world
<server (hello world) kick user (all)> removes all players
<end script> and ends the script




hope you liked it comment on my profile plz (HELLO WORLD SERVERS!!!)


Last edited by HTMLprogrammer (June 12, 2015 23:54:16)

HTMLprogrammer
Scratcher
17 posts

Updates! June 8th, 2015

djow1116 wrote:

wow
thanks!!!
HTMLprogrammer
Scratcher
17 posts

Updates! June 8th, 2015

I've worked on this post a long time

Last edited by HTMLprogrammer (June 13, 2015 00:04:01)

finn55
Scratcher
79 posts

Updates! June 8th, 2015

You've kept the “.mp3” extension on the new sounds, so I could tell they were new

Oh hello there.

I' am not so much active niow.

kumquats have retreated.
berry8080
Scratcher
6 posts

Updates! June 8th, 2015

I'm still a new scratcher so nothing is different!


when green flag clicked
say [I love Animal Jam!! ]
ILoveScratchy
Scratcher
71 posts

Updates! June 8th, 2015

I've seen a glitch where, the first time Scratch tries to send a confirmation email, I get a “Uh oh! Something went wrong with our servers” message showing Pico with a hard hat staring at a phone with tentacles, and the second time, it says something like “Uh oh, something went wrong with your email confirmation” but it sends the link to activate the account. Any idea what's causing it?

~ILoveScratchy

if you criticize the ST you get your thread closed. fair warning

Powered by DjangoBB