I know this isn't really necessary, but I think it would be cool if we could change our page's appearance, like YouTube channels. Just change the color and that sort of stuff
Supporters
Agentpieface
rabbit1131
fruitmanninja
PlutoIsHades
wilsonbiggs
ProgramCAT
RedRocker227
Purika
nicholasx
Last edited by Agentpieface (2012-02-05 19:22:12)
Offline
Yeah
Offline
That would awesome, but really hard to program. I support anyway.
Offline
I don't think it would be that hard to program. Thanks though
Hasn't anyone suggested this yet?
Offline
Support! That would be really cool.
Offline
This would interesting if implemented, but it may be hard to implement. Also, it would waste developer time and not support Scratch's original motto, 'imagine, program share'.
So...support? Maybe. If you could find some way of making it happen.
Offline
G0D_M0D3 wrote:
This is already happening in Scratch 2.0.
and where did you learn that?
and programcat, I don't think it would be too hard.
Last edited by Agentpieface (2012-02-03 23:08:12)
Offline
Agentpieface wrote:
G0D_M0D3 wrote:
This is already happening in Scratch 2.0.
and where did you learn that?
and programcat, I don't think it would be too hard.
This is already happening. It's one of the most supported suggestions for Scratch 2.0
http://wiki.scratch.mit.edu/wiki/Scratch_2.0
Offline
Agentpieface wrote:
I don't think it would be that hard to program. Thanks though
![]()
Hasn't anyone suggested this yet?![]()
Yes.
Offline
Add me to that fancy list of yours won't ya?
(I have no clue why I'm talking like that )
Offline
I support too, but this is the second most supported suggestion on the suggestions page:
http://suggest.scratch.mit.edu/forums/6 … ilters/top
Offline
fruitmanninja wrote:
That would awesome, but really hard to program. I support anyway.
![]()
I'm not sure how intricate the code is for scratch, but, assuming is uses a database to store user information, all it would take is an extra column in the database to store it. Choosing a color wouldn't be that tough, probably something along the lines of:
<SCRIPT TYPE="text/javascript"> function Choose_Color() { document.getElementById("color").innerHTML = "<form action='scratch.mit.edu/changecolor' method=POST>Color<input type='text' name='new_color'><BR><BR><input type='submit'>"; } </SCRIPT> <DIV id="color"> <button onClick="Choose_Color();">Change Color</botton> </DIV>
I won't go into the PHP, but it basically just replaces "white" in the database with the content of the text box. You could do the name (e.g. "red","blue",etc.) or the hexidecimal code.
Last edited by MoreGamesNow (2012-02-04 18:21:45)
Offline
Purika wrote:
I support too, but this is the second most supported suggestion on the suggestions page:
http://suggest.scratch.mit.edu/forums/6 … ilters/top
omg. I've never noticed that
Offline