I am thinking of making a Scratch Mod to make games for my website, but before I spend too much time working on it, I want to ask if there is a way to embed a project made with my mod on my website. I know I won't be able to upload it to the Scratch website though. Thanks in advance for the help!
Offline
You would have to make a custom Java or Flash player either by yourself or have someone make it for you. That would be the only way, but making flash/java players are hard.
EDIT: well, you could use the scratch java or flash players, but they wouldn't support your blocks.
If you make the mod, however, I may decide to include it in the all-in-one player i'm making.
Last edited by SJRCS_011 (2012-08-01 22:19:44)
Offline
SJRCS_011 wrote:
You would have to make a custom Java or Flash player either by yourself or have someone make it for you. That would be the only way, but making flash/java players are hard.
EDIT: well, you could use the scratch java or flash players, but they wouldn't support your blocks.
If you make the mod, however, I may decide to include it in the all-in-one player i'm making.
It shouldn't be that hard, since most mods share a lot of new blocks. Most mods only have about 10 unique blocks.
Offline
SJRCS_011 wrote:
You would have to make a custom Java or Flash player either by yourself or have someone make it for you. That would be the only way, but making flash/java players are hard.
EDIT: well, you could use the scratch java or flash players, but they wouldn't support your blocks.
If you make the mod, however, I may decide to include it in the all-in-one player i'm making.
How would I make a java/flash player? Would I need to pay for software?
Offline
theamazingblob wrote:
SJRCS_011 wrote:
You would have to make a custom Java or Flash player either by yourself or have someone make it for you. That would be the only way, but making flash/java players are hard.
EDIT: well, you could use the scratch java or flash players, but they wouldn't support your blocks.
If you make the mod, however, I may decide to include it in the all-in-one player i'm making.How would I make a java/flash player? Would I need to pay for software?
Not under certain circumstances. You can download a 30-day free trial of Adobe Flash Professional CS6 at http://www.adobe.com/products/flash.html. And you can also download a free trial of sothinks swf decompiler (you'll have to google that, sorry) and decompile the PlayerOnly.swf on the scratch website.
Offline
I just thought of something else. Would it work if I convert my scratch mod game to exe using scratch2exe, and then embed the exe file?
Offline
theamazingblob wrote:
I just thought of something else. Would it work if I convert my scratch mod game to exe using scratch2exe, and then embed the exe file?
You can't embed EXEs.
Offline
veggieman001 wrote:
theamazingblob wrote:
I just thought of something else. Would it work if I convert my scratch mod game to exe using scratch2exe, and then embed the exe file?
You can't embed EXEs.
Darn. I thought maybe the object tag would work, but I guess not.
Offline
theamazingblob wrote:
veggieman001 wrote:
theamazingblob wrote:
I just thought of something else. Would it work if I convert my scratch mod game to exe using scratch2exe, and then embed the exe file?
You can't embed EXEs.
Darn. I thought maybe the object tag would work, but I guess not.
You can ask ZeroLuck for the source code of his Scratch to Desktop application (.sb>.jar(embed-able)) and add your mod's blocks to it.
Offline
chanmanpartyman wrote:
theamazingblob wrote:
SJRCS_011 wrote:
You would have to make a custom Java or Flash player either by yourself or have someone make it for you. That would be the only way, but making flash/java players are hard.
EDIT: well, you could use the scratch java or flash players, but they wouldn't support your blocks.
If you make the mod, however, I may decide to include it in the all-in-one player i'm making.How would I make a java/flash player? Would I need to pay for software?
Not under certain circumstances. You can download a 30-day free trial of Adobe Flash Professional CS6 at http://www.adobe.com/products/flash.html. And you can also download a free trial of sothinks swf decompiler (you'll have to google that, sorry) and decompile the PlayerOnly.swf on the scratch website.
What about Java, would I need to pay for a non-trial version of that?
Offline
theamazingblob wrote:
chanmanpartyman wrote:
theamazingblob wrote:
How would I make a java/flash player? Would I need to pay for software?Not under certain circumstances. You can download a 30-day free trial of Adobe Flash Professional CS6 at http://www.adobe.com/products/flash.html. And you can also download a free trial of sothinks swf decompiler (you'll have to google that, sorry) and decompile the PlayerOnly.swf on the scratch website.
What about Java, would I need to pay for a non-trial version of that?
Nope, Java's free.
Offline
How would you embed a scratch project compiled into a jar file?
Offline
chanmanpartyman wrote:
SJRCS_011 wrote:
You would have to make a custom Java or Flash player either by yourself or have someone make it for you. That would be the only way, but making flash/java players are hard.
EDIT: well, you could use the scratch java or flash players, but they wouldn't support your blocks.
If you make the mod, however, I may decide to include it in the all-in-one player i'm making.It shouldn't be that hard, since most mods share a lot of new blocks. Most mods only have about 10 unique blocks.
you try making one then.
If you say it's so easy to, then why not try?
Offline
I have a new idea. I am converting my website to HTML5, would it be possible to make an HTML5 player, like the flash and java players?
Offline
theamazingblob wrote:
I have a new idea. I am converting my website to HTML5, would it be possible to make an HTML5 player, like the flash and java players?
MathWizz is coding one. jsscratch.co.cc
Offline
veggieman001 wrote:
theamazingblob wrote:
I just thought of something else. Would it work if I convert my scratch mod game to exe using scratch2exe, and then embed the exe file?
You can't embed EXEs.
Yes u can. As long as it is a game. Just use eRun by friday13games
Offline
suneel wrote:
veggieman001 wrote:
theamazingblob wrote:
I just thought of something else. Would it work if I convert my scratch mod game to exe using scratch2exe, and then embed the exe file?
You can't embed EXEs.
Yes u can. As long as it is a game. Just use eRun by friday13games
there is no logical way to tell if an application is a game without human interpretation. I bet that it doesn't really embed, it just opens or starts the file. After all, not all .exe's have GUIs, so it would be impossible to do so.
Furtheremore, how do you embed a .bat? It's a command-line program, so it's GUI is the command line. I just don't see how that works.
Offline