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

#1 2010-05-10 18:16:19

MaxtheWeirdo
Scratcher
Registered: 2010-03-18
Posts: 500+

Letters X to Y?

Is there a way to implement "Letters X to Y" without using BYOB? I'm making a programming language, and I want to have the ability to let the user make the Scratch Cat say or think something.


My website. Hall Crawler My Awesome OS
It's just marketing, guys! Nothing sinister!

Offline

 

#2 2010-05-10 18:37:32

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

Re: Letters X to Y?

Unfortunately, there is no easy way.

You can go the long way though and repeat scripts as used in this project:
here
(Press cat to start)
or, your code(in a list) can look like this:

think(
<text>
)

Which is what I am doing.


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

Offline

 

Board footer