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

#1 2009-12-21 11:59:11

News-guy
Scratcher
Registered: 2008-07-29
Posts: 80

is it possible to put a game on your website then delete it on scratch

I was going to put my men of the gun game with the bad words in the songs on scratch then put it on my free webs acount as quik as possible then delete my game. After that I was going to post the one with the cleaned lyrics.
I also have another problem my game dosn't load online.

CAN SOMEONE PLEASE HELP ME.

Offline

 

#2 2009-12-21 12:09:29

WeirdF
Scratcher
Registered: 2009-05-31
Posts: 1000+

Re: is it possible to put a game on your website then delete it on scratch

You're not allowed to post anything rude or vulgar whether it is for ever (until it gets deleted) or a few seconds, so don't try that.

As for your second problem, you may need to increase your java heap memory, look at this thread: http://scratch.mit.edu/forums/viewtopic.php?id=8366


http://i.cr3ation.co.uk/dl/s1/gif/847032b8a331def77529b6a0384db1fe_handfingers.gif

Offline

 

#3 2009-12-21 20:03:43

what-the
Scratcher
Registered: 2009-10-04
Posts: 1000+

Re: is it possible to put a game on your website then delete it on scratch

You can put your project on your website without even uploading it to scratch
You will need on your website these files. (put them in the file where the webpage you want to display them is)

ScratchApplet.jar
SoundBank.gm
Scratch project (.sb) (duh)

You can get the first two here:
http://scratch.mit.edu/forums/viewtopic … d=763#p763

Now add this to your webpage:

<applet id="ProjectApplet" style="display:block" code="ScratchApplet" codebase="./" archive="ScratchApplet.jar" height="387" width="482">
<param name="project" value="YOURPROJECT.sb">
</applet>

Replace YOURPROJECT with your projects name
--------------
If you upload it to scratch copy the code and then delete it, it will stop working on your site too.

Last edited by what-the (2009-12-21 20:09:24)


http://imageshack.us/m/64/9034/ddfss.pngMy site
Find someone post count. Click posts under username. Find number of pages. Times that by 40 for min and 60 for max and you have a rough estimate of post count.

Offline

 

#4 2009-12-22 12:55:07

News-guy
Scratcher
Registered: 2008-07-29
Posts: 80

Re: is it possible to put a game on your website then delete it on scratch

Thanks!!!!!

Offline

 

Board footer