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

#1 2009-05-31 18:01:58

Websitegamer
Scratcher
Registered: 2009-05-30
Posts: 1

how do you put your own games on a different website?

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

 

#2 2009-05-31 18:10:35

Mike_W
Scratcher
Registered: 2009-02-05
Posts: 100+

Re: how do you put your own games on a different website?

<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

 

#3 2009-05-31 18:41:15

coolstuff
Community Moderator
Registered: 2008-03-06
Posts: 1000+

Re: how do you put your own games on a different website?

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

 

#4 2009-06-01 14:16:20

Stickman704
Scratcher
Registered: 2009-01-31
Posts: 1000+

Re: how do you put your own games on a different website?

this is the simple way  tongue

go to the embd code and copy it all. Make a html box then paste the code in there.


Dun dun dun dun dun dun.... dun dun dun dun dun dun...  tongue

Offline

 

Board footer