Well i write webpages and I actually would appreciate something like a javaScript Api for scratch player say
for a webpage we can do like
var ScratchProject = document.getElementById("ScratchPlayer");
ScratchProject.Start();
ScratchProject.Stop();
or something like
var ScratchProject = new ScratchApplet();
ScratchProject.Src = "Link to project";
ScratchProject.LoadVariables() = "From a file ";
etc
and some other basic functions , Now the actual functionality that will be added via this is like
say u make a website and add a scratch applet to it
via localStorage of HTML5 u can actually save the project file as a CACHE and actually do operations like save etc x) .. so would be intresting to see if MIT team could actually give us something like that
Offline
The Scratch program still isn't opening!
Offline
I like the part where JavaScript can start and stop a project.
Offline
bbbeb wrote:
I support, to a degree.
What you said was confusing though.
Yeah , i know my language sometimes can be confusion
**telling u the secret , english is NOT my first language!!!
Offline
comp09 wrote:
I would like something that can get the description of a project when it changes. I need to have the latest description without having to look for description changes manually and have to update them.
Necropost much?
Offline
comp09 wrote:
I would like something that can get the description of a project when it changes. I need to have the latest description without having to look for description changes manually and have to update them.
Use http://scratch.mit.edu/api/getprojectinfobyid/##### and the description is the third field.
Offline