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

#501 2009-11-11 15:06:04

gershmer
Scratcher
Registered: 2009-02-12
Posts: 1000+

Re: Emerald

markyparky56 wrote:

roll  Come on, anything

Learn C# and help Filo.
Learn another language and start developing Mac Diamond or Linux Diamond.


Visit my site, Gershmer.net
Leave me a voicemail at my Google Voice number, [removed]

Offline

 

#502 2009-11-11 15:07:08

BigGreenHelp
Scratcher
Registered: 2009-01-28
Posts: 100+

Re: Emerald

markyparky56 wrote:

roll  Come on, anything

heyyy! markyyy! rp in lost?


wooohooo yankees rock! Check out my awesome xat: xat.com/Lost_RPG

Offline

 

#503 2009-11-11 15:17:10

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

Re: Emerald

As Gershmer said.  big_smile

Offline

 

#504 2009-11-11 15:41:50

hidas
Scratcher
Registered: 2009-09-27
Posts: 76

Re: Emerald

here's how we could organize this:
we all do what our job is
then we post the source code as a project on the scratch website!
magnie could make a gallery so we could put them there.


TBOS (Toxic Blobs Of Slime) will get you someday. Better buy a slime suit. Too late. Here they come...

Offline

 

#505 2009-11-11 15:56:45

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

Re: Emerald

Hidas, this how would we do that? Cause all of Emerald is in Python and won't be compatible with anything Scratch has.

Offline

 

#506 2009-11-11 16:31:34

hidas
Scratcher
Registered: 2009-09-27
Posts: 76

Re: Emerald

yeah I know I mean not as something
that will interact with scratch but
just the source code of Emerald that
people write
example:
Project name:Emerald source code
then the code like "print 'dogs'
in a comment within scratch.
I will post a sample one with a link here
so you know what I mean.  smile


TBOS (Toxic Blobs Of Slime) will get you someday. Better buy a slime suit. Too late. Here they come...

Offline

 

#507 2009-11-11 16:46:41

gershmer
Scratcher
Registered: 2009-02-12
Posts: 1000+

Re: Emerald

hidas wrote:

yeah I know I mean not as something
that will interact with scratch but
just the source code of Emerald that
people write
example:
Project name:Emerald source code
then the code like "print 'dogs'
in a comment within scratch.
I will post a sample one with a link here
so you know what I mean.  smile

I get what you mean, but we do have a separate forum and a thread here. Sharing the source code in either of those places is fine.


Visit my site, Gershmer.net
Leave me a voicemail at my Google Voice number, [removed]

Offline

 

#508 2009-11-11 16:58:04

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

Re: Emerald

But this is COMPLETELY open source, so people get to see every move we do.  big_smile

Offline

 

#509 2009-11-11 18:11:39

hidas
Scratcher
Registered: 2009-09-27
Posts: 76

Re: Emerald

oh i didn't know we had our own forum.
i will sign up on that.


TBOS (Toxic Blobs Of Slime) will get you someday. Better buy a slime suit. Too late. Here they come...

Offline

 

#510 2009-11-12 07:31:37

filo5
Scratcher
Registered: 2008-01-08
Posts: 1000+

Re: Emerald

Welcome new member then!


Converting my Scratch projects to Python!

Offline

 

#511 2009-11-12 11:30:22

markyparky56
Scratcher
Registered: 2008-03-20
Posts: 1000+

Re: Emerald

gershmer wrote:

markyparky56 wrote:

roll  Come on, anything

Learn C# and help Filo.
Learn another language and start developing Mac Diamond or Linux Diamond.

How am i supposed to make a mac or linux program, WHEN I DONT HAVE MAC OR LINUX! and stop telling me to learn languages, i could try making a j++ or J# one though, ut then maybe not...


http://j.mp/jgVnTq
Check out my game engine development site: NewDawn I'm a Level 171 Scratcher.I am http://bit.ly/nkvLNT

Offline

 

#512 2009-11-12 12:07:14

filo5
Scratcher
Registered: 2008-01-08
Posts: 1000+

Re: Emerald

C# is pretty easy and a bit similar to Java. If you could learn it a little, you really could help me.


Converting my Scratch projects to Python!

Offline

 

#513 2009-11-12 12:54:40

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

Re: Emerald

Marky: Maybe you could make another programming environment for Emerald.  big_smile

Offline

 

#514 2009-11-12 23:53:09

Greatdane
Scratcher
Registered: 2007-06-05
Posts: 1000+

Re: Emerald

Maybe I should make something called 'Gem' for running Emerald?

Get it? Gem is the superclass of Emerald.


The future belongs to those who believe in the beauty of their dreams.
        ~ Eleanor Roosevelt

Offline

 

#515 2009-11-13 07:50:15

markyparky56
Scratcher
Registered: 2008-03-20
Posts: 1000+

Re: Emerald

filo5 wrote:

C# is pretty easy and a bit similar to Java. If you could learn it a little, you really could help me.

The thing is, C++ and C# aren't they like a normal programing language, with object orintated stuck on, unlike Java, which was designed as an object orintated language.
Am i right?

Random fact about Java:
Javas called java, becuase the creators were drinking Java when they came up with the idea of it!


http://j.mp/jgVnTq
Check out my game engine development site: NewDawn I'm a Level 171 Scratcher.I am http://bit.ly/nkvLNT

Offline

 

#516 2009-11-13 08:43:04

filo5
Scratcher
Registered: 2008-01-08
Posts: 1000+

Re: Emerald

The main point of C++ is pretty much not object-oriented. However, Visual(means Microsoft-flavoured) C++ is mostly object-oriented. And Visual C# (the full name), being just Microsoft's rip off Java, is an object-oriented language.

Microsoft wrote:

C# (pronounced "C sharp") is a programming language that is designed for building a variety of applications that run on the .NET Framework. C# is simple, powerful, type-safe, and object-oriented. The many innovations in C# enable rapid application development while retaining the expressiveness and elegance of C-style languages. (more at MSDN)


Converting my Scratch projects to Python!

Offline

 

#517 2009-11-13 09:48:21

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

Re: Emerald

Marky: You can work on this in any programming language.  big_smile

Offline

 

#518 2009-11-13 10:45:05

markyparky56
Scratcher
Registered: 2008-03-20
Posts: 1000+

Re: Emerald

ok... will it be ok if i wait till Christmas, becuase i dont really want to learn over the internet, and im gonna be asking for a python book and J#, iv already got Visual J# so ill ready to go when i get it.


http://j.mp/jgVnTq
Check out my game engine development site: NewDawn I'm a Level 171 Scratcher.I am http://bit.ly/nkvLNT

Offline

 

#519 2009-11-13 11:07:38

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

Re: Emerald

Sure, environments can take all the time in the world.  big_smile  I have nothing to ask for Christmas though.  tongue  Maybe another programming book for C/C++ or maybe something else... I'll think it out... I wonder if there are simple text editors that are just a item. ( Like a cell phone but it's only a text editor and stuff. ) oh, and I also wanted a Flash Drive to put all my stuff on...

Offline

 

#520 2009-11-13 11:13:00

markyparky56
Scratcher
Registered: 2008-03-20
Posts: 1000+

Re: Emerald

i got a new flash drive yesterday for £4.50 at school.

Anything you want me to do while im waiting for christmas?


http://j.mp/jgVnTq
Check out my game engine development site: NewDawn I'm a Level 171 Scratcher.I am http://bit.ly/nkvLNT

Offline

 

#521 2009-11-13 11:38:26

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

Re: Emerald

Not really, just stay in touch and check the forums often and give ideas and other stuff like that and that should be good.  big_smile

Update: We have 7000+ views on this topic.  big_smile  It's slowly increasing.  wink

Offline

 

#522 2009-11-13 11:39:41

markyparky56
Scratcher
Registered: 2008-03-20
Posts: 1000+

Re: Emerald

lol, ok, ill stay active if i can.


http://j.mp/jgVnTq
Check out my game engine development site: NewDawn I'm a Level 171 Scratcher.I am http://bit.ly/nkvLNT

Offline

 

#523 2009-11-13 13:10:54

filo5
Scratcher
Registered: 2008-01-08
Posts: 1000+

Re: Emerald

You from the UK? Which part?

Check out Emerald forums to see what's next in codename: Diamond... (It's a codename now... You'll see...)


Converting my Scratch projects to Python!

Offline

 

#524 2009-11-14 04:11:09

markyparky56
Scratcher
Registered: 2008-03-20
Posts: 1000+

Re: Emerald

Scotland.

Ok, ill check out the forums


http://j.mp/jgVnTq
Check out my game engine development site: NewDawn I'm a Level 171 Scratcher.I am http://bit.ly/nkvLNT

Offline

 

#525 2009-11-14 08:10:31

gershmer
Scratcher
Registered: 2009-02-12
Posts: 1000+

Re: Emerald

markyparky56 wrote:

Scotland.

Ok, ill check out the forums

You're username is working again now, right?

(On the seperate forums)


Visit my site, Gershmer.net
Leave me a voicemail at my Google Voice number, [removed]

Offline

 

Board footer