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

#151 2012-06-15 13:39:45

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

Re: The Return Of M30W

MathWizz wrote:

Heh. I was thinking about that for JsScratch, but then I said "screw that" and moved on.  tongue

how's it actually going on with it?

Offline

 

#152 2012-06-15 13:42:03

MathWizz
Scratcher
Registered: 2009-08-31
Posts: 1000+

Re: The Return Of M30W

roijac wrote:

MathWizz wrote:

Heh. I was thinking about that for JsScratch, but then I said "screw that" and moved on.  tongue

how's it actually going on with it?

It's depressing that the new file format let RHY create a JS player in a week. -.-


http://block.site90.net/scratch.mit/text.php?size=30&text=%20A%20signature!&color=333333

Offline

 

#153 2012-06-15 13:55:53

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

Re: The Return Of M30W

MathWizz wrote:

roijac wrote:

MathWizz wrote:

Heh. I was thinking about that for JsScratch, but then I said "screw that" and moved on.  tongue

how's it actually going on with it?

It's depressing that the new file format let RHY create a JS player in a week. -.-

hmm  yeah...

first block implemented  big_smile
wait %n seconds

Offline

 

#154 2012-06-19 05:03:03

SciTecCf
Scratcher
Registered: 2011-11-23
Posts: 1000+

Re: The Return Of M30W

Can it export to .py? That would be AWESOME.


http://bit.ly/LCZEJRhttp://bit.ly/LSONcOhttp://bit.ly/LF3vIc
http://trinary.site40.net/images/scratchrank.php?username=SciTecCf&display=small

Offline

 

#155 2012-06-19 07:39:22

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

Re: The Return Of M30W

SciTecCf wrote:

Can it export to .py? That would be AWESOME.

don't know if you can put all the program in one .py file  tongue

but i'm pretty sure you'll be able to turn it to .exe using py2exe or something!  big_smile
(linux/mac is a bit more complicated, but i'll try)

Offline

 

#156 2012-06-25 12:10:17

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

Re: The Return Of M30W

Bump, how is the project coming?


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

Offline

 

#157 2012-06-25 12:38:45

SciTecCf
Scratcher
Registered: 2011-11-23
Posts: 1000+

Re: The Return Of M30W

Windows version?


http://bit.ly/LCZEJRhttp://bit.ly/LSONcOhttp://bit.ly/LF3vIc
http://trinary.site40.net/images/scratchrank.php?username=SciTecCf&display=small

Offline

 

#158 2012-06-25 12:51:33

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

Re: The Return Of M30W

slinger wrote:

Bump, how is the project coming?

not that bad  big_smile
i'm currently working on implementing blocks, and tweaking the parser a bit...
real GUI will have to wait a bit, i'll probably just implement the operators, var and control blocks plus a print block for use with a temporary console.
but as i don't have eclipse+pydev access in the next one-a-half months, it'll be committed only in mid-august or something  hmm

SciTecCf wrote:

Windows version?

just python files - check out the repo and run m30w.py if you're really interested in resizing panels  tongue
nothing behind yet..

BTW, did you notice my siggy? xD
took me ~1 hour with python-fu... *_*

Last edited by roijac (2012-06-25 12:52:53)

Offline

 

#159 2012-06-25 13:34:43

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

Re: The Return Of M30W

Excellent  big_smile  Yes I love the sig!


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

Offline

 

#160 2012-08-12 15:40:54

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

Re: The Return Of M30W

Check the new updates  big_smile

Offline

 

#161 2012-08-16 15:43:46

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

Re: The Return Of M30W

And again, I'm doing great under-the-hood improvements  smile
Now introducing editing and saving of scripts to memory xD

and that means, that in the next two weeks i'll work on loading/saving of simple scripts.
FTW!

Offline

 

#162 2012-09-16 02:46:07

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

Re: The Return Of M30W

Bump - I hope this isn't a necropost :p
Anyway, is it possible for me to join the project? I am learning Python so I might get in the way slightly but I think it would be a good learning experience for me  smile
I assume you are developing it in Python 2.7, right?


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

Offline

 

#163 2012-09-16 03:21:04

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

Re: The Return Of M30W

slinger wrote:

Bump - I hope this isn't a necropost :p
Anyway, is it possible for me to join the project? I am learning Python so I might get in the way slightly but I think it would be a good learning experience for me  smile
I assume you are developing it in Python 2.7, right?

no, this isn't necropost at all, i'm still developing it alone, and it would be nice to have a co-dev  smile
so anyway, you need to get wxpython2.8 and kurt. about code style, i'm using (customised) pylint on pydev (eclipse) so it could be better if we both follow the same standard.

#OS i'm using ubuntu, but i don't think windows is a problem if you want, it would actually help testing, although i already tried to install kurt on windows and failed  hmm

edit:
forgot to tell you where's the code  roll
post your sourceforge username, i'll add you then  smile

Last edited by roijac (2012-09-16 03:25:01)

Offline

 

#164 2012-09-16 03:41:25

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

Re: The Return Of M30W

All right, great!  big_smile
I have wxPython2.8 and I have Kurt, I have yet to learn how to use it though  tongue
Well I'm using Linux Mint :p I think my brother can test for Windows though  smile  (I was just so sick of coding on Windows I wiped it and installed Linux xD)
My sourceforge username is "iamslinger" without the quotes.

I'm going to have to customize my coding style too I guess  tongue   As I know nothing about how to do that you might have to instruct me :p

Can't wait to start work  big_smile


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

Offline

 

#165 2012-09-16 03:52:05

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

Re: The Return Of M30W

slinger wrote:

All right, great!  big_smile
I have wxPython2.8 and I have Kurt, I have yet to learn how to use it though  tongue
Well I'm using Linux Mint :p I think my brother can test for Windows though  smile  (I was just so sick of coding on Windows I wiped it and installed Linux xD)
My sourceforge username is "iamslinger" without the quotes.

I'm going to have to customize my coding style too I guess  tongue   As I know nothing about how to do that you might have to instruct me :p

Can't wait to start work  big_smile

you're in  smile
what IDE are you using?

Offline

 

#166 2012-09-16 04:00:11

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

Re: The Return Of M30W

Thank you!
IDLE as I find it quite small and easy to use.
Do you recommend any other ones?

Last edited by slinger (2012-09-16 04:00:34)


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

Offline

 

#167 2012-09-16 04:19:26

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

Re: The Return Of M30W

slinger wrote:

Thank you!
IDLE as I find it quite small and easy to use.
Do you recommend any other ones?

IDLE is going to make you lot of trouble, from my experience, as well as any other python-based editor, because crashes in M30W are going to effect it  hmm

I'm using pydev, which is great because you get the function interface when you hover on a function and has integrated svn support, but you can choose any editor you like  smile

edit: move over to new topic?  tongue

Last edited by roijac (2012-09-16 04:26:33)

Offline

 

#168 2012-09-16 06:21:44

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

Re: The Return Of M30W

Okay, I'm doing some research as to what IDE I should use  smile  I prefer the lightweight stuff.

Sure  wink


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

Offline

 

#169 2012-09-18 17:45:57

NattyB
Scratcher
Registered: 2012-01-21
Posts: 75

Re: The Return Of M30W

Purika wrote:

Who is in the M30W team?

I don't know.  hmm


Scratch news is now on! http://scratch.mit.edu/static/icons/buddy/1144816_med.png?t=2012-12-10+17%3A17%3A36

Offline

 

#170 2012-09-20 15:48:01

scimonster
Community Moderator
Registered: 2010-06-13
Posts: 1000+

Re: The Return Of M30W

Closing this topic in favor of a new, updated one, by request.
Linky to newbie.

Offline

 

Board footer