Pages: 1
Topic closed
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
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
Offline
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)
Offline
Topic closed
Pages: 1