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

#1 2013-04-07 07:06:20

Devloper123
Scratcher
Registered: 2011-11-27
Posts: 100+

ModWorld

http://i47.tinypic.com/30m5t8m.jpg

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 smile

Last edited by Devloper123 (2013-04-07 07:17:01)


http://i45.tinypic.com/2jafczs.gifAnd Dev! Sign up on this forum!i like the  tongue  emoticon

Offline

 

#2 2013-04-07 07:09:18

Devloper123
Scratcher
Registered: 2011-11-27
Posts: 100+

Re: ModWorld

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


http://i45.tinypic.com/2jafczs.gifAnd Dev! Sign up on this forum!i like the  tongue  emoticon

Offline

 

#3 2013-04-07 07:46:49

Devloper123
Scratcher
Registered: 2011-11-27
Posts: 100+

Re: ModWorld

Is anybody gonna use this forum?


http://i45.tinypic.com/2jafczs.gifAnd Dev! Sign up on this forum!i like the  tongue  emoticon

Offline

 

#4 2013-04-07 07:52:05

shadowmouse
New Scratcher
Registered: 2013-02-03
Posts: 100+

Re: ModWorld

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

 

#5 2013-04-07 08:12:39

Devloper123
Scratcher
Registered: 2011-11-27
Posts: 100+

Re: ModWorld

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

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)


http://i45.tinypic.com/2jafczs.gifAnd Dev! Sign up on this forum!i like the  tongue  emoticon

Offline

 

#6 2013-04-07 08:27:59

Devloper123
Scratcher
Registered: 2011-11-27
Posts: 100+

Re: ModWorld

PS Give credit to me and the block library because I'm improving a block there to make your c block


http://i45.tinypic.com/2jafczs.gifAnd Dev! Sign up on this forum!i like the  tongue  emoticon

Offline

 

#7 2013-04-08 09:11:16

Devloper123
Scratcher
Registered: 2011-11-27
Posts: 100+

Re: ModWorld

nearly done


http://i45.tinypic.com/2jafczs.gifAnd Dev! Sign up on this forum!i like the  tongue  emoticon

Offline

 

#8 2013-04-08 09:32:10

mythbusteranimator
Scratcher
Registered: 2012-02-28
Posts: 1000+

Re: ModWorld

Why CSS and PHP? What do those have to do with Scratch modding?


http://www.foxtrot.com/comics/2012-04-01-fdb37077.gif
clicky

Offline

 

#9 2013-04-08 10:11:07

Devloper123
Scratcher
Registered: 2011-11-27
Posts: 100+

Re: ModWorld

They can be used for online versions of mods

Last edited by Devloper123 (2013-04-08 10:45:15)


http://i45.tinypic.com/2jafczs.gifAnd Dev! Sign up on this forum!i like the  tongue  emoticon

Offline

 

#10 2013-04-09 09:10:28

DigiTechs
Scratcher
Registered: 2011-04-30
Posts: 500+

Re: ModWorld

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'm back.
Maybe.

Offline

 

#11 2013-04-09 11:02:46

Devloper123
Scratcher
Registered: 2011-11-27
Posts: 100+

Re: ModWorld

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


http://i45.tinypic.com/2jafczs.gifAnd Dev! Sign up on this forum!i like the  tongue  emoticon

Offline

 

#12 2013-04-09 11:13:30

DigiTechs
Scratcher
Registered: 2011-04-30
Posts: 500+

Re: ModWorld

Meh. I thought JS could interact with databases too.


I'm back.
Maybe.

Offline

 

#13 2013-04-09 11:24:06

mythbusteranimator
Scratcher
Registered: 2012-02-28
Posts: 1000+

Re: ModWorld

JS is only client side... it can't interact with actual databases across computers.


http://www.foxtrot.com/comics/2012-04-01-fdb37077.gif
clicky

Offline

 

#14 2013-04-09 11:30:24

DigiTechs
Scratcher
Registered: 2011-04-30
Posts: 500+

Re: ModWorld

I didn't know. Thanks for telling me.


I'm back.
Maybe.

Offline

 

#15 2013-04-09 11:35:08

mythbusteranimator
Scratcher
Registered: 2012-02-28
Posts: 1000+

Re: ModWorld

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.


http://www.foxtrot.com/comics/2012-04-01-fdb37077.gif
clicky

Offline

 

#16 2013-04-12 16:50:53

davidkt
Scratcher
Registered: 2011-11-09
Posts: 100+

Re: ModWorld

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!  smile


I'm Upsilon920 for everything else.
http://www.blocks.scratchr.org/API.php?action=text&string=I_am_currently_&bgr=123&bgg=132http://blocks.scratchr.org/API.php?user=davidkt&action=onlineStatus&type=squarehttp://blocks.scratchr.org/API.php?user=davidkt&action=onlineStatus&type=text

Offline

 

#17 2013-04-12 16:52:07

davidkt
Scratcher
Registered: 2011-11-09
Posts: 100+

Re: ModWorld

Devloper123 wrote:

They can be used for online versions of mods

Not CSS!?!


I'm Upsilon920 for everything else.
http://www.blocks.scratchr.org/API.php?action=text&string=I_am_currently_&bgr=123&bgg=132http://blocks.scratchr.org/API.php?user=davidkt&action=onlineStatus&type=squarehttp://blocks.scratchr.org/API.php?user=davidkt&action=onlineStatus&type=text

Offline

 

#18 2013-04-15 17:21:05

Devloper123
Scratcher
Registered: 2011-11-27
Posts: 100+

Re: ModWorld

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


http://i45.tinypic.com/2jafczs.gifAnd Dev! Sign up on this forum!i like the  tongue  emoticon

Offline

 

Board footer