Pages: 1
Topic closed
My friend and i want to start a website and we want to put games on it and this is the only game-making program we found that acctually works so now what we want to know is how do we upload our games (only ours) onto the site.
Offline
<applet id="ProjectApplet"
style="display: block; width: 482px; height: 387px;"
archive="ScratchApplet.jar" code="ScratchApplet" border="0" height="0"
width="482"> <param name="_cx" value="12753"> <param name="_cy"
value="10239"> <param name="project"
value= "(((name of scratch file)))"
</applet>
replace (((name of scratch file))) witht he name of the scratch file.
You will have to download the following files - (google them to find a link)
ScratchApplet.jar
soundbank.gm
I have a site with 50 scratch games on it
Offline
Mike_W wrote:
<applet id="ProjectApplet"
style="display: block; width: 482px; height: 387px;"
archive="ScratchApplet.jar" code="ScratchApplet" border="0" height="0"
width="482"> <param name="_cx" value="12753"> <param name="_cy"
value="10239"> <param name="project"
value= "(name of scratch file)"
</applet>
replace (name of scratch file) witht he name of the scratch file.
You will have to download the following files - (google them to find a link)
ScratchApplet.jar
soundbank.gm
I have a site with 50 scratch games on it
Or, you could simply go to an uploaded project on the Scratch website and on the right, a bit down, there will be an embed code. Copy and paste it.
Offline
this is the simple way
go to the embd code and copy it all. Make a html box then paste the code in there.
Offline
Topic closed
Pages: 1