Sure, the scratch website is great... but i really want to be able to save my game as a SWF file so i can upload it mo more popular gaming sites like newgrounds or armor games. with this you would also be able to embed you're game on you're own website. PLEASE CONSIDER THIS.
Offline
tcallies wrote:
Sure, the scratch website is great... but i really want to be able to save my game as a SWF file so i can upload it mo more popular gaming sites like newgrounds or armor games. with this you would also be able to embed you're game on you're own website. PLEASE CONSIDER THIS.
you can embed scratch projects into your website, you just need to download these files:
http://scratch.mit.edu/static/misc/ScratchApplet.jar
http://scratch.mit.edu/static/misc/soundbank.gm
and use this code:
<html> <body> <applet id="ProjectApplet" style="display:block" code="ScratchApplet" codebase="./" archive="ScratchApplet.jar" height="387" width="482"> <param name="project" value="testproject.sb"> </applet> </body> </html>
Offline
This has been suggested several times over the years. You can try Scratch2exe made by Jens or use the code above to put your project on your site without uploading it to Scratch.
Offline