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

#301 2012-07-13 15:49:19

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

Re: JsScratch viewer development thread


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

Offline

 

#302 2012-07-13 17:04:59

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

Re: JsScratch viewer development thread

http://scratch.mit.edu/projects/RHY3756547/737432

In turbo mode, it's... amusung?


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

Offline

 

#303 2012-07-14 04:11:08

s_federici
Scratcher
Registered: 2007-12-18
Posts: 500+

Re: JsScratch viewer development thread

MathWizz wrote:

Wes64's game, Moo, is now working perfectly!

Even AtomiBawm3's rope simulation works very well. Interestingly enough:
- the Jsplayer usually loads projects more quickly
- the rope simulation looks much nicer in the JsPlayer!

Offline

 

#304 2012-07-14 12:19:46

s_federici
Scratcher
Registered: 2007-12-18
Posts: 500+

Re: JsScratch viewer development thread

When running not in turbo mode the JSPlayer is even faster than the flash one. Look for example at http://scratch.mit.edu/projects/Perspec … ns/2666865.

Offline

 

#305 2012-07-17 15:41:11

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

Re: JsScratch viewer development thread

New update! I added a glitchy bounce block, mouse clicked hats work, and I *attemped* to get transparent text fixed.

Download!


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

Offline

 

#306 2012-07-17 16:07:02

chanmanpartyman
Scratcher
Registered: 2011-05-30
Posts: 500+

Re: JsScratch viewer development thread

http://scratch.mit.edu/projects/chanmanpartyman/2437490 doesn't function correctly and scratch.mit.edu/projects/chanmanpartyman/2521603 does not work at all.

EDIT: Pen size does not work http://scratch.mit.edu/projects/cmpm_test/2681540

Last edited by chanmanpartyman (2012-07-17 20:38:16)

Offline

 

#307 2012-07-17 17:16:15

s_federici
Scratcher
Registered: 2007-12-18
Posts: 500+

Re: JsScratch viewer development thread

MathWizz wrote:

New update!

Much better! Now my "soap bubbles and ice cubes" projects works fine  smile  And also my projects with clickable sprites work better.

But now I discovered a weird problem with images. In my project [ur]http://scratch.mit.edu/projects/s_federici/2266827[/url], after having clicked i) the white arrow and ii) the white cross on red background, several portions of the two guys are transparent in JsScratch. Instead, they are respectively white and black in the Flash Player.

MathWizz wrote:

I *attemped* to get transparent text fixed.

What is transparent text?

Offline

 

#308 2012-07-18 07:59:58

Hardmath123
Scratcher
Registered: 2010-02-19
Posts: 1000+

Re: JsScratch viewer development thread

Hey guys, I've got a question on behalf of this question: will JsScratch work with an offline (local with file:/// path) project?


Hardmaths-MacBook-Pro:~ Hardmath$ sudo make $(whoami) a sandwich

Offline

 

#309 2012-07-18 09:04:04

ZeroLuck
Scratcher
Registered: 2010-02-23
Posts: 500+

Re: JsScratch viewer development thread

Hardmath123 wrote:

will JsScratch work with an offline (local with file:/// path) project?

JavaScript isn't allowed to access files on the local computer... (that's good!)
You would have to upload it first...


http://3.bp.blogspot.com/-oL2Atzp0Byw/T465vIQ36dI/AAAAAAAAADo/1vqL4PvhkM0/s1600/scratchdachwiki.png

Offline

 

#310 2012-07-18 09:37:18

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

Re: JsScratch viewer development thread

Hardmath123 wrote:

Hey guys, I've got a question on behalf of this question: will JsScratch work with an offline (local with file:/// path) project?

The only thing stopping it from running offline is the XMLHttpRequest to get the project. You could get around this by running chrome with the flag --allow-file-access-from-files.


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

Offline

 

#311 2012-07-18 10:49:46

Hardmath123
Scratcher
Registered: 2010-02-19
Posts: 1000+

Re: JsScratch viewer development thread

What if the JsScratch file was hosted on the computer, too?


Hardmaths-MacBook-Pro:~ Hardmath$ sudo make $(whoami) a sandwich

Offline

 

#312 2012-07-18 11:23:50

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

Re: JsScratch viewer development thread

Hardmath123 wrote:

What if the JsScratch file was hosted on the computer, too?

On a server? Then it would work.


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

Offline

 

#313 2012-07-18 17:10:48

johnnydean1
Scratcher
Registered: 2010-02-12
Posts: 1000+

Re: JsScratch viewer development thread

If you add a flag when you run the program it should work locally when done (as stated above). I must say, nice job. Its not 100%, but it runs some very well. Can I ask will this be open source when done, and free to edit (like creative commons)?


You can now reach me on Twitter @johnnydean1_

Offline

 

#314 2012-07-18 17:20:26

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

Re: JsScratch viewer development thread

johnnydean1 wrote:

If you add a flag when you run the program it should work locally when done (as stated above). I must say, nice job. Its not 100%, but it runs some very well. Can I ask will this be open source when done, and free to edit (like creative commons)?

Yeah... I think so.  tongue


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

Offline

 

#315 2012-07-18 17:21:13

johnnydean1
Scratcher
Registered: 2010-02-12
Posts: 1000+

Re: JsScratch viewer development thread

MathWizz wrote:

johnnydean1 wrote:

If you add a flag when you run the program it should work locally when done (as stated above). I must say, nice job. Its not 100%, but it runs some very well. Can I ask will this be open source when done, and free to edit (like creative commons)?

Yeah... I think so.  tongue

Good good. I like creative commons stuff  big_smile


You can now reach me on Twitter @johnnydean1_

Offline

 

#316 2012-07-21 04:28:01

johnnydean1
Scratcher
Registered: 2010-02-12
Posts: 1000+

Re: JsScratch viewer development thread

Any progress? I want to see this project finished  big_smile


You can now reach me on Twitter @johnnydean1_

Offline

 

#317 2012-07-21 09:02:26

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

Re: JsScratch viewer development thread

johnnydean1 wrote:

Any progress? I want to see this project finished  big_smile

I'm still working on it. I'm just not posting every update here. I'll give you another update on Monday.


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

Offline

 

#318 2012-07-24 18:36:03

s_federici
Scratcher
Registered: 2007-12-18
Posts: 500+

Re: JsScratch viewer development thread

MathWizz wrote:

I'll give you another update on Monday.

Now it is wednesday!  smile  I'm eager to see the new update. Please, give also a (short) list of new features!

Offline

 

#319 2012-07-24 19:14:09

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

Re: JsScratch viewer development thread

s_federici wrote:

MathWizz wrote:

I'll give you another update on Monday.

Now it is wednesday!  smile  I'm eager to see the new update. Please, give also a (short) list of new features!

Haha. I was just about to post the update.  big_smile

-pen size can be set
-pen color can be set (only with the [set pen color to [ ]] block)
-fixed a bug with the stage script not running like they should in turbo mode
-fixed then pen down then up not leaving a dot
-implemented all list blocks (some might still be a bit glitchy)
-implemented sounds (only the[ stop all sounds] and [play sound []] block) (VERY bad quality  neutral )

Download!


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

Offline

 

#320 2012-07-24 22:51:48

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

Re: JsScratch viewer development thread

I've just fixed the sound quality issue.  big_smile

Download!


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

Offline

 

#321 2012-07-25 04:28:55

s_federici
Scratcher
Registered: 2007-12-18
Posts: 500+

Re: JsScratch viewer development thread

MathWizz wrote:

Haha. I was just about to post the update.

The Mandelbrot fractal almost works! I can just see yellow, but this is an excellent start.

Even eRKSToCK's Free Rider almost works. Now I can see the wheels, but they suddenly disappear if a select turbo speed.

Offline

 

#322 2012-07-25 13:04:41

blob8108
Scratcher
Registered: 2007-06-25
Posts: 1000+

Re: JsScratch viewer development thread

My roads game works  big_smile  You just need color and brightness effects, now. It loads maps slightly faster than Flash, too. I am suitably impressed  smile

...oh, and "ask" — like you won't already have a to-do list  tongue


Things I've made: kurt | scratchblocks2 | this cake

Offline

 

#323 2012-07-25 13:47:38

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

Re: JsScratch viewer development thread

blob8108 wrote:

My roads game works  big_smile  You just need color and brightness effects, now. It loads maps slightly faster than Flash, too. I am suitably impressed  smile

...oh, and "ask" — like you won't already have a to-do list  tongue

I'm implementing blocks one at a time...  tongue


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

Offline

 

#324 2012-07-25 16:53:25

blob8108
Scratcher
Registered: 2007-06-25
Posts: 1000+

Re: JsScratch viewer development thread

MathWizz wrote:

blob8108 wrote:

My roads game works  big_smile  You just need color and brightness effects, now. It loads maps slightly faster than Flash, too. I am suitably impressed  smile

...oh, and "ask" — like you won't already have a to-do list  tongue

I'm implementing blocks one at a time...  tongue

Do you have a list of blocks marked as finished/not done yet? Can we see it?  smile


Things I've made: kurt | scratchblocks2 | this cake

Offline

 

#325 2012-07-25 17:59:31

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

Re: JsScratch viewer development thread

blob8108 wrote:

MathWizz wrote:

blob8108 wrote:

My roads game works  big_smile  You just need color and brightness effects, now. It loads maps slightly faster than Flash, too. I am suitably impressed  smile

...oh, and "ask" — like you won't already have a to-do list  tongue

I'm implementing blocks one at a time...  tongue

Do you have a list of blocks marked as finished/not done yet? Can we see it?  smile

Eeeeeyyummm... Maybe later. Working on something big. >:)


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

Offline

 

Board footer