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

#976 2010-12-07 15:39:04

bbbeb
Scratcher
Registered: 2009-06-11
Posts: 1000+

Re: Lets make a new Scratch viewer!

Multi-Canvas.

IMG tags would be ridiculously rough.


Back in my day.... there were no laws that censored the internet... now, there are.... nah.

Offline

 

#977 2010-12-08 11:42:43

tcb
Scratcher
Registered: 2008-03-25
Posts: 100+

Re: Lets make a new Scratch viewer!

Multi-Canvas or Image tags.

definately not one canvas, that will render all our work as obsolete.


http://goo.gl/eCQLihttp://goo.gl/sK54shttp://goo.gl/jC0dehttp://goo.gl/yhGLQhttp://goo.gl/wqvsQ

Offline

 

#978 2010-12-08 14:37:13

midnightleopard
Scratcher
Registered: 2007-09-13
Posts: 1000+

Re: Lets make a new Scratch viewer!

okay multi canvas. Are you controling each canvas' position using javascript?


http://pwp.wizards.com/5103673563/Scorecards/Landscape.png

Offline

 

#979 2010-12-08 21:33:23

MathWizz
Scratcher
Registered: 2009-08-31
Posts: 1000+

Re: Lets make a new Scratch viewer!

OK! Check out the viewer! It can take projects up to half a megabyte! Not much, but what did you expect? That is mostly because of PHP limitations. Oh, and the project can't have sound in it because I haven't figured out how to read sound yet. The black rectangle is the canvas and to the right is the notes. It doesn't look like much but the project is in an array called "object". Lol. When's the last time I posted here?  big_smile

EDIT: Typo.

Last edited by MathWizz (2010-12-08 22:00:27)


http://block.site90.net/scratch.mit/text.php?size=30&text=%20A%20signature!&color=333333

Offline

 

#980 2010-12-11 16:53:48

pika100chu
Scratcher
Registered: 2009-07-26
Posts: 500+

Re: Lets make a new Scratch viewer!

MathWizz wrote:

OK! Check out the viewer! It can take projects up to half a megabyte! Not much, but what did you expect? That is mostly because of PHP limitations. Oh, and the project can't have sound in it because I haven't figured out how to read sound yet. The black rectangle is the canvas and to the right is the notes. It doesn't look like much but the project is in an array called "object". Lol. When's the last time I posted here?  big_smile

EDIT: Typo.

I wanted to view the viewer, but it doesn't appear that the site is published. It gave me an error message when I clicked the link. sad

Offline

 

#981 2010-12-11 17:06:32

meowmeow55
Scratcher
Registered: 2008-12-24
Posts: 1000+

Re: Lets make a new Scratch viewer!

pika100chu wrote:

MathWizz wrote:

OK! Check out the viewer! It can take projects up to half a megabyte! Not much, but what did you expect? That is mostly because of PHP limitations. Oh, and the project can't have sound in it because I haven't figured out how to read sound yet. The black rectangle is the canvas and to the right is the notes. It doesn't look like much but the project is in an array called "object". Lol. When's the last time I posted here?  big_smile

EDIT: Typo.

I wanted to view the viewer, but it doesn't appear that the site is published. It gave me an error message when I clicked the link. sad

The site is http://scratchhtmlviewer.net23.net/.
I TOLD JD1 that the link needed to be updated, but he didn't update it, and THIS is what happens!  mad
Sorry for the rant.


Yawn.

Offline

 

#982 2010-12-14 17:06:01

midnightleopard
Scratcher
Registered: 2007-09-13
Posts: 1000+

Re: Lets make a new Scratch viewer!

okay I have an idea.
A button in your browser's toolbar. It works like this: you go to the project you want on the scratch website, click the button, and it loads the project in the HTML viewer.


http://pwp.wizards.com/5103673563/Scorecards/Landscape.png

Offline

 

#983 2010-12-14 17:56:31

MathWizz
Scratcher
Registered: 2009-08-31
Posts: 1000+

Re: Lets make a new Scratch viewer!

midnightleopard wrote:

okay I have an idea.
A button in your browser's toolbar. It works like this: you go to the project you want on the scratch website, click the button, and it loads the project in the HTML viewer.

You mean something in JavaScript that removes the project then adds the HTML viewer one?
I made something that removes the Java player:

Code:

javascript:var p=document.getElementById("projectload");p.removeChild(document.getElementById("ProjectApplet"));var c=document.createElement("canvas");c.width=480;c.height=360;p.appendChild(c);void(0);

LOLOLOLOL!  smile
EDIT: Now adds a canvas!  big_smile

Last edited by MathWizz (2010-12-14 18:02:32)


http://block.site90.net/scratch.mit/text.php?size=30&text=%20A%20signature!&color=333333

Offline

 

#984 2010-12-14 22:09:36

midnightleopard
Scratcher
Registered: 2007-09-13
Posts: 1000+

Re: Lets make a new Scratch viewer!

erm no thats not what I meant, but that is possibly better. I meant you click it and it goes to the viewer page and loads the project's file. You can get the url of the .sb file by doing http://scratch.mit.edu/static/projects/[usernameofcreator]/[projectcode].sb

actually mathwizz your idea is better.

Last edited by midnightleopard (2010-12-14 22:10:05)


http://pwp.wizards.com/5103673563/Scorecards/Landscape.png

Offline

 

#985 2010-12-15 02:47:13

Daffy22
Scratcher
Registered: 2008-12-15
Posts: 500+

Re: Lets make a new Scratch viewer!

Everything seems to be going well  smile
Mathwiz, will the project size limit be made bigger?  hmm


http://img201.imageshack.us/img201/1784/logosmalle.png
"Spectacular - 5 Star" -  CNET.com Editor.

Offline

 

#986 2010-12-15 09:45:18

MathWizz
Scratcher
Registered: 2009-08-31
Posts: 1000+

Re: Lets make a new Scratch viewer!

Daffy22 wrote:

Everything seems to be going well  smile
Mathwiz, will the project size limit be made bigger?  hmm

The current hosting site has a small PHP memory limit. It can only convert files under the limit to an array.  neutral

Last edited by MathWizz (2010-12-15 10:03:18)


http://block.site90.net/scratch.mit/text.php?size=30&text=%20A%20signature!&color=333333

Offline

 

#987 2010-12-15 15:24:41

midnightleopard
Scratcher
Registered: 2007-09-13
Posts: 1000+

Re: Lets make a new Scratch viewer!

hey could someone email me the username and p-word for the site?

Last edited by midnightleopard (2010-12-15 15:24:57)


http://pwp.wizards.com/5103673563/Scorecards/Landscape.png

Offline

 

#988 2010-12-15 17:36:16

MathWizz
Scratcher
Registered: 2009-08-31
Posts: 1000+

Re: Lets make a new Scratch viewer!

midnightleopard wrote:

hey could someone email me the username and p-word for the site?

Email address?


http://block.site90.net/scratch.mit/text.php?size=30&text=%20A%20signature!&color=333333

Offline

 

#989 2010-12-16 13:01:16

ProgrammingFreak
Scratcher
Registered: 2010-09-04
Posts: 1000+

Re: Lets make a new Scratch viewer!

MathWizz wrote:

midnightleopard wrote:

hey could someone email me the username and p-word for the site?

Email address?

May I have that too?
programmingfreak@att.net
MODS: Its okay, this is just for scratch

Offline

 

#990 2010-12-16 18:30:31

bbbeb
Scratcher
Registered: 2009-06-11
Posts: 1000+

Re: Lets make a new Scratch viewer!

I would ask, but all i did was contribute blocks. it probably wouldn't happen.



EDIT: Lol sry about the above. XD I got rid of it.

Last edited by bbbeb (2010-12-17 12:16:48)


Back in my day.... there were no laws that censored the internet... now, there are.... nah.

Offline

 

#991 2010-12-17 10:35:03

TheSuccessor
Scratcher
Registered: 2010-04-23
Posts: 1000+

Re: Lets make a new Scratch viewer!

bbbeb wrote:

s
st
stu
stup
stupi
stupid
stupid6
stupid60
stupid60s
stupid60se
stupid60sec
stupid60secr
stupid60secru
stupid60secrul
stupid60secrule.

I agree, but it is kind of spam.

midnightleopard wrote:

okay I have an idea.
A button in your browser's toolbar. It works like this: you go to the project you want on the scratch website, click the button, and it loads the project in the HTML viewer.

Highlight this and drag into you bookmarks bar.
When the viewer is finished, if you are on a Scratch project online and you click it it will open it in the viewer.

Code:

javascript:void(location.replace('http://scratchhtmlviewer.net23.net/viewer/project.php?project='+location.href.substr(32)));

Last edited by TheSuccessor (2010-12-17 10:40:37)


/* No comment */

Offline

 

#992 2010-12-18 07:38:13

midnightleopard
Scratcher
Registered: 2007-09-13
Posts: 1000+

Re: Lets make a new Scratch viewer!

MathWizz wrote:

midnightleopard wrote:

hey could someone email me the username and p-word for the site?

Email address?

chuckhead7 at gmail


http://pwp.wizards.com/5103673563/Scorecards/Landscape.png

Offline

 

#993 2010-12-19 16:38:53

MathWizz
Scratcher
Registered: 2009-08-31
Posts: 1000+

Re: Lets make a new Scratch viewer!

midnightleopard wrote:

MathWizz wrote:

midnightleopard wrote:

hey could someone email me the username and p-word for the site?

Email address?

chuckhead7 at gmail

Sent!


http://block.site90.net/scratch.mit/text.php?size=30&text=%20A%20signature!&color=333333

Offline

 

#994 2010-12-20 07:24:38

TheSuccessor
Scratcher
Registered: 2010-04-23
Posts: 1000+

Re: Lets make a new Scratch viewer!

TheSuccessor wrote:

midnightleopard wrote:

okay I have an idea.
A button in your browser's toolbar. It works like this: you go to the project you want on the scratch website, click the button, and it loads the project in the HTML viewer.

Highlight this and drag into you bookmarks bar.
When the viewer is finished, if you are on a Scratch project online and you click it it will open it in the viewer.

Code:

javascript:void(location.replace('http://scratchhtmlviewer.net23.net/viewer/project.php?project='+location.href.substr(32)));

MathWizz, could you edit the PHP in the viewer so it supports this please?


/* No comment */

Offline

 

#995 2010-12-20 07:31:03

ProgrammingFreak
Scratcher
Registered: 2010-09-04
Posts: 1000+

Re: Lets make a new Scratch viewer!

Give Me a JOB!!!!

Offline

 

#996 2010-12-20 07:45:34

paulpsicle
Scratcher
Registered: 2008-10-12
Posts: 100+

Re: Lets make a new Scratch viewer!

MathWizz wrote:

Daffy22 wrote:

Everything seems to be going well  smile
Mathwiz, will the project size limit be made bigger?  hmm

The current hosting site has a small PHP memory limit. It can only convert files under the limit to an array.  neutral

I have a website. I host it, so there wouldn't be that kind of problems. You could put the html viewer on it.


http://blocks.scratchr.org/API.php?user=paulpsicle&action=onlineStatus&online=http://fishery.dyndns.org/paulpsicle.png&offline=http://fishery.dyndns.org/paulpsicle_o.png

Offline

 

#997 2010-12-22 14:51:59

pwiter
Scratcher
Registered: 2010-06-02
Posts: 100+

Re: Lets make a new Scratch viewer!

bump!


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

Offline

 

#998 2010-12-23 07:56:04

ProgrammingFreak
Scratcher
Registered: 2010-09-04
Posts: 1000+

Re: Lets make a new Scratch viewer!

ProgrammingFreak wrote:

Give Me a JOB!!!!

Offline

 

#999 2010-12-23 09:18:19

pwiter
Scratcher
Registered: 2010-06-02
Posts: 100+

Re: Lets make a new Scratch viewer!

Give me a job!!!!!!!!!!!!! wrote:

Give me a job!!!!!!!!!!!!!!!! wrote:

Give Me a JOB!!!!


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

Offline

 

#1000 2010-12-23 11:39:07

MathWizz
Scratcher
Registered: 2009-08-31
Posts: 1000+

Re: Lets make a new Scratch viewer!

I'll update the reader then see if you can make sense of it. Hang on...

1000th reply.  tongue


http://block.site90.net/scratch.mit/text.php?size=30&text=%20A%20signature!&color=333333

Offline

 

Board footer