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

#1 2013-04-15 20:48:45

Proanimation
Scratcher
Registered: 2011-08-09
Posts: 47

Scratch like JS engine

Right now I am creating a JavaScript base HTML5 canvas engine that uses commands very similar to scratch. It is called Candy JS, simple, sweet, and powerful. All of it is using HTML5 canvas. So far I have a basic set of functions to use, hide/show and set/change rotation. Here is a live example: Click here
Any support will be appreciated.  smile 
Also Candy JS works on mobile devices. Tested it on my 3Ds works fine.

Javascript tutorials:http://www.w3schools.com/js/default.asp

A getting started/tutorial to Candy JS will be coming out!

Features
--------------------
Sprite based objects
Uses JavaScript and HTML5 Canvas

"Blocks"
--------------------
hide
show
setFacing
changeFacing
setX
setY
changeX
changeY

Last edited by Proanimation (2013-05-03 20:44:45)

Offline

 

#2 2013-04-16 15:52:49

djdolphin
Scratcher
Registered: 2010-03-23
Posts: 100+

Re: Scratch like JS engine

Cool!

Offline

 

#3 2013-04-16 15:56:07

shadowmouse
New Scratcher
Registered: 2013-02-03
Posts: 100+

Re: Scratch like JS engine

Sorry that I can't help but this sounds really cool and similair to what I've been trying to do (call things like JS from scratch). When do you think there'll be a working first version because I'm about to start GCSE computing and this sort of thing would be really good to learn JS?

Offline

 

#4 2013-04-19 18:24:20

Proanimation
Scratcher
Registered: 2011-08-09
Posts: 47

Re: Scratch like JS engine

shadowmouse wrote:

Sorry that I can't help but this sounds really cool and similair to what I've been trying to do (call things like JS from scratch). When do you think there'll be a working first version because I'm about to start GCSE computing and this sort of thing would be really good to learn JS?

Well I think some time in May. I will tell you when it does come out.

Offline

 

#5 2013-04-19 18:25:20

Proanimation
Scratcher
Registered: 2011-08-09
Posts: 47

Re: Scratch like JS engine

djdolphin wrote:

Cool!

Thanks!

Offline

 

#6 2013-05-03 20:46:56

Proanimation
Scratcher
Registered: 2011-08-09
Posts: 47

Re: Scratch like JS engine

Offline

 

Board footer