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

#1 2009-11-25 04:06:00

08jackt
Scratcher
Registered: 2007-09-12
Posts: 1000+

New Scratch Programing Language: Light Bulb Studio

Light Bulb Studio (Updated!)

Introduction
Light Bulb Studio is new programming language created by 08jackt, on scratch. It has a range of different features that allow you to program your every own animation. This guide will explain how to use it. Version 1.1: Sea Eagle is coming out soon.

Programming
To program in Light Bulb Studio, you need to know the language. Luckily though, it is simple and easy to remember. Here’s a sample of a code line:

Code:

/strt/
/say/hello world/
/right/40
/color/50
/color/00
/left/40
/end/

The Above code will make the sprite say “Hello World” first. It then moves right 40 steps, set its colour to 50. It will then set its colore to 50, and then to 00. Finally, it will move left 40 steps. Then, it will end the script.

You Should Now have a basic idea of how the programming works, so here here are the different actions you can perform:

/strt/ You NEEEEEEED this at the start of each line for it to start.
/end/ Ends the script.
/say/xxx The sprite will say a selection of words for 2 secounds.
/color/xx The sprite will set its color# to xx (00-99)
/ghost/xx The sprite will set its ghost effect to xx (00-99)
/right/xx The sprite will move xx steps to the right (01-99)
/left/xx The sprite will move xx steps to the left (01-99)
/up/xx The sprite will move xx steps up (01-99)
/down/xx The sprite will move xx steps down (01-99)
/bright/xx The sprite will set its brightness (01-99)
/dark/xx The sprite will set its darkness (01-99)
/whirl/ xx The sprite will set its whirl effect (01-99)
/clear/ Clears all Graphic effects


________________________________________________________________________________
"Hello World" Starter Tutorial
Okay, so if this is your first time using Light Bulb Studio, you should use this tutorial to help you get use to it.

1. Create a New Project By Clicking the "X" Button.
2. Click into the Ask Box, and enter the below Code, one by one: 

Code:

/strt/
/say/hello world
/end/

3. Now press Enter, or click the Tick Button
4. There you have it, your first creation. Click the "Play" button to run your script. To return, click the green flag. Now Explore the different scripts and play around with them.
________________________________________________________________________________

So Check Out THE LATEST version Now here: http://scratch.mit.edu/projects/08jackt/1013832

If you need additional help, feel free to ask here, or on the project!

Update History
Version 2.0
Version 1.0

Last edited by 08jackt (2010-04-28 06:43:54)


http://i39.tinypic.com/jgtswi.png

Offline

 

#2 2009-11-25 08:30:30

floatingmagictree
Scratcher
Registered: 2008-10-21
Posts: 1000+

Re: New Scratch Programing Language: Light Bulb Studio

Oh wowy wowy, I love programming languages in programming languages.

Offline

 

#3 2009-11-25 08:43:12

what-the
Scratcher
Registered: 2009-10-04
Posts: 1000+

Re: New Scratch Programing Language: Light Bulb Studio

That's cool


http://imageshack.us/m/64/9034/ddfss.pngMy site
Find someone post count. Click posts under username. Find number of pages. Times that by 40 for min and 60 for max and you have a rough estimate of post count.

Offline

 

#4 2009-11-25 08:56:09

technoguyx
Scratcher
Registered: 2008-10-18
Posts: 1000+

Re: New Scratch Programing Language: Light Bulb Studio

floatingmagictree wrote:

Oh wowy wowy, I love programming languages in programming languages.

Scratch is a programming language in a programming language (Squeak Smalltalk) too. o_0


http://getgnulinux.org/links/en/linuxliberated_4_78x116.png

Offline

 

#5 2009-11-25 09:00:30

what-the
Scratcher
Registered: 2009-10-04
Posts: 1000+

Re: New Scratch Programing Language: Light Bulb Studio

technoguyx wrote:

floatingmagictree wrote:

Oh wowy wowy, I love programming languages in programming languages.

Scratch is a programming language in a programming language (Squeak Smalltalk) too. o_0

so by that standed it's a programming languge in a programming language that's in another programming languge 0_o


http://imageshack.us/m/64/9034/ddfss.pngMy site
Find someone post count. Click posts under username. Find number of pages. Times that by 40 for min and 60 for max and you have a rough estimate of post count.

Offline

 

#6 2009-11-25 11:31:15

Lucario621
Community Moderator
Registered: 2007-10-03
Posts: 1000+

Re: New Scratch Programing Language: Light Bulb Studio

First of all, for colors it should be from 1-200. Other than that, It looks nice.


http://i.imgur.com/WBkM2QQ.png

Offline

 

#7 2009-11-25 11:33:36

Mr_X
Scratcher
Registered: 2009-09-10
Posts: 1000+

Re: New Scratch Programing Language: Light Bulb Studio

It's long. Really, really long

Also, you refer to yourself in the 3rd person alot too


http://img99.imageshack.us/img99/8656/exveemonc.gif The rules of the internet:
1) Every woman is a man    2) Every man is a child    3) Every child is an FBI agent                                        I have psychopathic tendencies. Be afraid

Offline

 

#8 2009-11-25 18:38:46

fg123
Scratcher
Registered: 2008-11-13
Posts: 1000+

Re: New Scratch Programing Language: Light Bulb Studio

Cool! Like my EPack Developer and Text-Based scratch! In EPACK DEVELOPER, you make your own applications.

LightBulb studio(Programming Language) in Scratch (PL) in squeak (PL) in c(PL I think)


Hai.

Offline

 

#9 2009-11-26 02:57:21

08jackt
Scratcher
Registered: 2007-09-12
Posts: 1000+

Re: New Scratch Programing Language: Light Bulb Studio

Mr_X wrote:

It's long. Really, really long

Also, you refer to yourself in the 3rd person alot too

08jackt smiles at this


http://i39.tinypic.com/jgtswi.png

Offline

 

#10 2009-11-26 03:17:16

Chrischb
Scratcher
Registered: 2008-07-24
Posts: 1000+

Re: New Scratch Programing Language: Light Bulb Studio

Oh wow! This is amazing!


I fall: It's a tragedy. You fall: It's comedy.
Hmph enjoy your fall - I get a lovely spring... without pans of new leaves.

Offline

 

#11 2009-11-26 03:31:38

Jonathanpb
Scratcher
Registered: 2008-07-25
Posts: 1000+

Re: New Scratch Programing Language: Light Bulb Studio

It's great! I love the way you can control the sprite easily.


"Human beings... must have action; and they will make it if they cannot find it.
-Charlotte Brontë

Offline

 

#12 2009-11-27 16:35:48

Warhunter
Scratcher
Registered: 2008-09-19
Posts: 100+

Re: New Scratch Programing Language: Light Bulb Studio

very inspiring! i like this project.


HIVE
please take your time and have a play. Features: Auto-saved data, Various Achievements, Smooth Movement, Different enemies with different behaviors, 3 difficult bosses, Score system, Credits, and EPIC MUSIC.

Offline

 

#13 2009-12-02 19:43:44

Mike16112
Scratcher
Registered: 2007-06-09
Posts: 100+

Re: New Scratch Programing Language: Light Bulb Studio

Cool!


The programmer has a nap. HOLD OUT! PROGRAMMER!

Offline

 

#14 2009-12-02 20:02:40

Kileymeister
Scratcher
Registered: 2008-04-17
Posts: 1000+

Re: New Scratch Programing Language: Light Bulb Studio

Mr_X wrote:

It's long. Really, really long

Also, you refer to yourself in the 3rd person alot too

He referred to himself in third person once.  Because he was considering himself part of his company, not really himself


I'm back, and showcasing two new* projects!  Click left or right on the image below to see!
http://img109.imageshack.us/img109/7905/part1l.pnghttp://img859.imageshack.us/img859/6417/part2bf.png

Offline

 

#15 2010-02-23 10:40:02

technoguyx
Scratcher
Registered: 2008-10-18
Posts: 1000+

Re: New Scratch Programing Language: Light Bulb Studio

floatingmagictree wrote:

Oh wowy wowy, I love programming languages in programming languages.

And I hate them. But I guess I'll check this out anyways  hmm


http://getgnulinux.org/links/en/linuxliberated_4_78x116.png

Offline

 

#16 2010-04-28 13:45:10

Hooded_Angel
Scratcher
Registered: 2010-03-19
Posts: 3

Re: New Scratch Programing Language: Light Bulb Studio

cool, i'm gonna try this... i'll tell you when i finish my programing language made on a programing language made on a programing language!


look out i'm evil

Offline

 

#17 2010-04-28 19:03:40

DaGamez
Scratcher
Registered: 2010-04-18
Posts: 1000+

Re: New Scratch Programing Language: Light Bulb Studio

08jackt wrote:

I bet you don't know this glitch. I'm writing. DaGamez is writing. I know how to quote things people never wrote. GLITCH xD

Yes, it's true. I wrote that. I didn't hack him. It's a forum's glitch I figured out xD


http://scratchhtmlviewer.net23.net/image.php?project=1229757&user=DaGamez

Offline

 

#18 2010-04-28 19:09:41

soupoftomato
Scratcher
Registered: 2009-07-18
Posts: 1000+

Re: New Scratch Programing Language: Light Bulb Studio

DaGamez wrote:

08jackt wrote:

I bet you don't know this glitch. I'm writing. DaGamez is writing. I know how to quote things people never wrote. GLITCH xD

Yes, it's true. I wrote that. I didn't hack him. It's a forum's glitch I figured out xD

It's not that amazing. And it's not a glitch. Quoting just graphical edits your post basicly.  hmm


I'm glad to think that the community will always be kind and helpful, the language will always be a fun and easy way to be introduced into programming, the motto will always be: Imagine, Program, Share - Nomolos

Offline

 

#19 2010-04-28 19:12:35

DaGamez
Scratcher
Registered: 2010-04-18
Posts: 1000+

Re: New Scratch Programing Language: Light Bulb Studio

soupoftomato wrote:

DaGamez wrote:

08jackt wrote:

I bet you don't know this glitch. I'm writing. DaGamez is writing. I know how to quote things people never wrote. GLITCH xD

Yes, it's true. I wrote that. I didn't hack him. It's a forum's glitch I figured out xD

It's not that amazing. And it's not a glitch. Quoting just graphical edits your post basicly.
Oh, and DaGamez you're epic.  hmm

Lol never say that without putting that I'm epic! lol


http://scratchhtmlviewer.net23.net/image.php?project=1229757&user=DaGamez

Offline

 

#20 2010-05-01 14:29:23

fg123
Scratcher
Registered: 2008-11-13
Posts: 1000+

Re: New Scratch Programing Language: Light Bulb Studio

what-the wrote:

technoguyx wrote:

floatingmagictree wrote:

Oh wowy wowy, I love programming languages in programming languages.

Scratch is a programming language in a programming language (Squeak Smalltalk) too. o_0

so by that standed it's a programming languge in a programming language that's in another programming languge 0_o

Also, Squeak is written in C or C++, which is written in Assembly? I think. xD
So:
LBS>scratch>Squeak>C>Assembly
Programming Language in a Programming Language in a Programming Language in a Programming Language in a Programming Language. o.O


Hai.

Offline

 

#21 2010-05-01 14:36:14

meew0
Scratcher
Registered: 2010-02-22
Posts: 1000+

Re: New Scratch Programing Language: Light Bulb Studio

LOL Assembler is in machine language and that is based on the Hardware bits.

So:

Programming Language in a Programming Language in a Programming Language in a Programming Language in a Programming Language in a Programming Language in a Programming Language. LOL LOL LOL 0.,

And the language is called "Assembler", not "Assembly".


http://i.imgur.com/mJV3j.pnghttp://i.imgur.com/HwWAX.pnghttp://i.imgur.com/sZ7Ui.pnghttp://i.imgur.com/0y6yh.pnghttp://i.imgur.com/nOC4l.png

Offline

 

#22 2010-05-01 15:01:12

fg123
Scratcher
Registered: 2008-11-13
Posts: 1000+

Re: New Scratch Programing Language: Light Bulb Studio

I noticed that I posted in this thread before! xD


Hai.

Offline

 

#23 2010-05-01 17:13:21

kerip
Scratcher
Registered: 2008-11-09
Posts: 34

Re: New Scratch Programing Language: Light Bulb Studio

Awesome!!!


http://emberapp.com/keirp/images/scratch-12/sizes/m.png

Offline

 

#24 2010-05-01 22:31:33

Ludichris1
Scratcher
Registered: 2009-03-04
Posts: 500+

Re: New Scratch Programing Language: Light Bulb Studio

floatingmagictree wrote:

Oh wowy wowy, I love programming languages in programming languages.

lol  smile


http://i728.photobucket.com/albums/ww290/Ludichris1/Test-1.png
Foxes ^o^

Offline

 

#25 2010-05-02 11:40:21

illusionist
Retired Community Moderator
Registered: 2008-07-02
Posts: 1000+

Re: New Scratch Programing Language: Light Bulb Studio

Ludichris1 wrote:

floatingmagictree wrote:

Oh wowy wowy, I love programming languages in programming languages.

lol  smile

But this is a programming language in a programming language in a programming language.

LightBulbStudio <- Scratch <- Squeak


http://i.imgur.com/8LX1NrV.png

Offline

 

Board footer