Welcome to modworld!Post about your scratch mod(s)!And code here!
If your posting about other languages other than Squeak,Scratch,HTML,JS,PHP or CSS make a topic about it not here
You can also ask for help with coding
when gf clicked forever Program On!NOTE:This topic was created to clean up the Advanced Topics
Last edited by Devloper123 (2013-04-07 07:17:01)
Offline
ModWorld Rules
Do NOT post about anything other than the languages allowed in the post above.
If there is any unneeded images you shall not be allowed to post in ModWorld
Offline
I'll use it to put two questions out there. Is it possible to make a block that runs itself but not anything else in turbo mode (I've made annotating blocks because I don't like the current comment system but I don't want them to slow projects down) and please can someone help me style my scratchskin (and load it onto a blank version of the source code)! Oh, and a slight problem with this thread cleaning up advanced topics: how can you have multiple, complicated discussions going on in one thread?
Offline
shadowmouse wrote:
I'll use it to put two questions out there. Is it possible to make a block that runs itself but not anything else in turbo mode (I've made annotating blocks because I don't like the current comment system but I don't want them to slow projects down) and please can someone help me style my scratchskin (and load it onto a blank version of the source code)! Oh, and a slight problem with this thread cleaning up advanced topics: how can you have multiple, complicated discussions going on in one thread?
I'll have a look at a block that runs itself but nothing else it Turbo Mode later.And scratchskin add pics to the folder and to load here's the code
ScratchFrameMorph readSkinFrom: (FileDirectory default directoryNamed: 'ScratchSkin')
If you want to edit directoryName: 'ScratchSkin') to 'ModSkin' also the folder
By cleaning the advanced topics i mean losing a lot of question thread.
Last edited by Devloper123 (2013-04-08 09:10:16)
Offline
PS Give credit to me and the block library because I'm improving a block there to make your c block
Offline
They can be used for online versions of mods
Last edited by Devloper123 (2013-04-08 10:45:15)
Offline
CSS and PHP can't be used for online mods, as far as I know.
CSS is a markup language, which only styles the page.
PHP doesn't support drag+drop, I believe.
Snap! is coded in JS, I believe. And Scratch 2.0 is coded in Flash.
Offline
DigiTechs wrote:
CSS and PHP can't be used for online mods, as far as I know.
CSS is a markup language, which only styles the page.
PHP doesn't support drag+drop, I believe.
Snap! is coded in JS, I believe. And Scratch 2.0 is coded in Flash.
I know + PHP For saving the data to a server
Offline
JS is only client side... it can't interact with actual databases across computers.
Offline
JavaScript is used for creating interactive games, animations, or other features, which is why it is still in use, especially since PHP can't use the up-and-coming Canvas tool in HTML5.
Offline
I need help.
I'm making a mod called EPSyLON and it's going very well, except for the fact that I don't know Squeak.
I want something (free and online) that can help me learn Squeak.
I already know Python and I'm a fast learner.
Does anyone have any suggestions? if it helps, I use Codecademy (http://www.codecademy.com)
Thanks!
Offline
davidkt wrote:
Devloper123 wrote:
They can be used for online versions of mods
Not CSS!?!
To make it like snap or just use HTML5 Canvas
Offline