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

#101 2012-03-11 14:24:08

SeptimusHeap
Scratcher
Registered: 2010-02-01
Posts: 1000+

Re: The Return Of M30W

Looks cool! I remember this!


http://i46.tinypic.com/dw7zft.png

Offline

 

#102 2012-03-15 13:50:36

roijac
Scratcher
Registered: 2010-01-19
Posts: 1000+

Re: The Return Of M30W

thanks  smile

Offline

 

#103 2012-03-18 04:32:07

roijac
Scratcher
Registered: 2010-01-19
Posts: 1000+

Re: The Return Of M30W

bump

Offline

 

#104 2012-03-19 10:12:22

Magnie
Scratcher
Registered: 2007-12-12
Posts: 1000+

Re: The Return Of M30W

roijac wrote:

do you think we should allow different spellings/writing of blocks?
for example goto instead of go to, etc.?

Sure.

Offline

 

#105 2012-03-19 14:46:32

roijac
Scratcher
Registered: 2010-01-19
Posts: 1000+

Re: The Return Of M30W

ok, i think i'll branch and develop the parser on it.
meanwhile, maybe you could rewrite the GUI in XRC...
looks way more easy. try use XRCed or something  smile

Offline

 

#106 2012-03-26 09:45:35

roijac
Scratcher
Registered: 2010-01-19
Posts: 1000+

Re: The Return Of M30W

roijac wrote:

ok, i think i'll branch and develop the parser on it.
meanwhile, maybe you could rewrite the GUI in XRC...
looks way more easy. try use XRCed or something  smile

bump
any chance of doing this?
i'm almost done with a light-blocked version of the parser  smile

Offline

 

#107 2012-03-26 10:38:07

Magnie
Scratcher
Registered: 2007-12-12
Posts: 1000+

Re: The Return Of M30W

roijac wrote:

roijac wrote:

ok, i think i'll branch and develop the parser on it.
meanwhile, maybe you could rewrite the GUI in XRC...
looks way more easy. try use XRCed or something  smile

bump
any chance of doing this?
i'm almost done with a light-blocked version of the parser  smile

I don't know. I'm kind of busy with life at the moment. I've got to finish up two to three Scratch projects (Chat.PY 2.0, Virtual Space, and a Bound game) and I have school and all. I also don't have much dedication towards this project, but I'd be willing to help code small parts. I just can't really put myself on the team.

Offline

 

#108 2012-03-26 13:12:40

blob8108
Scratcher
Registered: 2007-06-25
Posts: 1000+

Re: The Return Of M30W

Magnie wrote:

I write my Scratch Blocks like this:

Code:

when gf clicked
set [var v] to (1234567890)
forever
    if <touching [sprite v]?>
        say [How are you?] for (3) secs
    end

When ever I try to simplify it though, it gets confusing how [text] and (numbers) will end up working. So I think how it is right now is pretty good.

Are you trying to parse the block plugin syntax and turn it back into Scratch blocks? It's quite hard to do — a lot of things don't translate back very well, particularly odd/unusual variable names. (eg ones containing brackets, spaces etc...)

If you're careful with what variable names you use, it might work for you (:


I've nearly finished a converter based on kurt to grab the scripts out of a Scratch project file and convert them into [scratchblocks] format, which works very nicely.  smile

roijac wrote:

do you actually know who does this?

Oh, that's me  tongue  I only just found this...

Last edited by blob8108 (2012-03-26 13:25:56)


Things I've made: kurt | scratchblocks2 | this cake

Offline

 

#109 2012-03-26 13:56:04

roijac
Scratcher
Registered: 2010-01-19
Posts: 1000+

Re: The Return Of M30W

blob8108 wrote:

Are you trying to parse the block plugin syntax and turn it back into Scratch blocks? It's quite hard to do — a lot of things don't translate back very well, particularly odd/unusual variable names. (eg ones containing brackets, spaces etc...)

i'm actually using a modified version, where blocks get [], but normal inputs don't have brackets around, so it's way more readable  big_smile

and of course now i know how wrote this, after the topic you posted  wink
i guess i could finish graphic-less IDE in a month or so  big_smile

Offline

 

#110 2012-03-26 14:00:16

blob8108
Scratcher
Registered: 2007-06-25
Posts: 1000+

Re: The Return Of M30W

roijac wrote:

i'm actually using a modified version, where blocks get [], but normal inputs don't have brackets around, so it's way more readable  big_smile

How do you differentiate between strings and variables? What about variables with names that are numbers?

roijac wrote:

and of course now i know how wrote this, after the topic you posted  wink
i guess i could finish graphic-less IDE in a month or so  big_smile

Yup, I had to find a use for Kurt. Does your code do serialisation to the Scratch format, by any chance...?  tongue


Things I've made: kurt | scratchblocks2 | this cake

Offline

 

#111 2012-03-26 15:13:57

blob8108
Scratcher
Registered: 2007-06-25
Posts: 1000+

Re: The Return Of M30W

I understand you're using wxWidgets; did you look at using Jens' morphic.py?


Things I've made: kurt | scratchblocks2 | this cake

Offline

 

#112 2012-03-28 19:40:47

bendad
Scratcher
Registered: 2008-06-14
Posts: 100+

Re: The Return Of M30W

Update on the site:
http://m30w.redpanda157.net is being set up by 1and1 right now. Then what? I'll install a forums. Should I copy over the pages of m30w.gershmer.net for the main page?

Thoughts?


Hi!  big_smile
Good to see you. (Even if I don't know you  wink  )

Offline

 

#113 2012-03-30 05:46:27

blob8108
Scratcher
Registered: 2007-06-25
Posts: 1000+

Re: The Return Of M30W

roijac_test wrote:

awesome, just awesome  smile

and you're releasing it under... GPL3? please?
tongue

just want to know if we can use it on M30W  smile

I just released a new version of kurt, and added a LGPL license.  smile  I added better script parsing, a block plugin formatter, and all kinds of other exciting tweaks, too...


Things I've made: kurt | scratchblocks2 | this cake

Offline

 

#114 2012-04-06 10:00:51

bendad
Scratcher
Registered: 2008-06-14
Posts: 100+

Re: The Return Of M30W

Hey! m30w.redpanda157.net is up. It doesn't have anything except our own forums.
http://m30w.redpanda157.net/forum
Talk there! I'll boost you up to M30W team when you create an account.

Last edited by bendad (2012-04-06 10:02:14)


Hi!  big_smile
Good to see you. (Even if I don't know you  wink  )

Offline

 

#115 2012-04-06 12:01:08

roijac
Scratcher
Registered: 2010-01-19
Posts: 1000+

Re: The Return Of M30W

uploaded what i've got..
not done yet  hmm
@bendad, can u make me admin?  smile

Offline

 

#116 2012-04-06 12:15:17

bendad
Scratcher
Registered: 2008-06-14
Posts: 100+

Re: The Return Of M30W

sure.


Hi!  big_smile
Good to see you. (Even if I don't know you  wink  )

Offline

 

#117 2012-04-06 17:41:10

bendad
Scratcher
Registered: 2008-06-14
Posts: 100+

Re: The Return Of M30W

Just tried to install trac. One of the things it depends on doesn't work.  sad


Hi!  big_smile
Good to see you. (Even if I don't know you  wink  )

Offline

 

#118 2012-04-10 05:17:17

roijac
Scratcher
Registered: 2010-01-19
Posts: 1000+

Re: The Return Of M30W

bendad wrote:

Just tried to install trac. One of the things it depends on doesn't work.  sad

which server have you got?

Offline

 

#119 2012-04-11 18:48:41

bendad
Scratcher
Registered: 2008-06-14
Posts: 100+

Re: The Return Of M30W

I have 1and1 Premium Hosting, (which comes with a domain)


Hi!  big_smile
Good to see you. (Even if I don't know you  wink  )

Offline

 

#120 2012-04-12 04:39:41

roijac
Scratcher
Registered: 2010-01-19
Posts: 1000+

Re: The Return Of M30W

what was the problem?
did you try ssh?

Offline

 

#121 2012-04-24 14:31:27

slinger
Scratcher
Registered: 2011-06-21
Posts: 1000+

Re: The Return Of M30W

This is very cool!  big_smile


http://s0.bcbits.com/img/buttons/bandcamp_130x27_blue.png

Offline

 

#122 2012-04-24 19:51:31

funelephant
Scratcher
Registered: 2010-07-02
Posts: 1000+

Re: The Return Of M30W

I can't open it  tongue

I have Python and wxpython


nicki begs to differ
http://24.media.tumblr.com/ab0e6e8fd347c5e39c2821bcab9d16e6/tumblr_mgu35sui1L1rfb7aqo2_500.gif

Offline

 

#123 2012-05-01 19:01:14

funelephant
Scratcher
Registered: 2010-07-02
Posts: 1000+

Re: The Return Of M30W

Can I please have help? I REALLY want it  smile


nicki begs to differ
http://24.media.tumblr.com/ab0e6e8fd347c5e39c2821bcab9d16e6/tumblr_mgu35sui1L1rfb7aqo2_500.gif

Offline

 

#124 2012-05-01 22:55:21

Magnie
Scratcher
Registered: 2007-12-12
Posts: 1000+

Re: The Return Of M30W

funelephant wrote:

Can I please have help? I REALLY want it  smile

http://sourceforge.net/projects/m30w/  smile

Also, roijac: You wouldn't mind adding me as a user of the project?  smile

Last edited by Magnie (2012-05-01 23:54:33)

Offline

 

#125 2012-05-02 01:44:49

roijac
Scratcher
Registered: 2010-01-19
Posts: 1000+

Re: The Return Of M30W

magnie, you're an admin!  tongue

funelephant, what we have so far is really little, you can't use it at all actually, so the only reason to grab the source is developing  sad

Offline

 

Board footer