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

#1 2012-08-14 16:09:41

boaz4
Scratcher
Registered: 2010-04-07
Posts: 31

One of the best 0s1s Calculators!

I've made a 0s1s calculator called I.C.E.
It's currently in version 0.1
I'd really like it if you could post a comment with suggestions.
It doesn't work on the flash player for some reason, so use java, or if you want it to be fast, download and use turbo mode.
I know it's not as fast as lots of calculators, but this one is 0s1s, and my own original algorithms for calculating, so please view, and love-it if you do!
Version 0.1
Version 0.2

Don't forget to post suggestions or bugs, and if anybody knows why it doesn't work in the flash player, please tell me in the comments.

Last edited by boaz4 (2012-08-15 13:53:02)


http://img822.imageshack.us/img822/8274/625265805511fc3m3.png

Offline

 

#2 2012-08-14 16:13:11

powerpoint56
Scratcher
Registered: 2012-04-19
Posts: 500+

Re: One of the best 0s1s Calculators!

Cool!

boaz4 wrote:

It doesn't work on the flash player for some reason, so use java, or if you want it to be fast, download and use turbo mode.

You can't use Turbo in regular mode; just flash.  smile


http://i48.tinypic.com/2072ctw.gif

Offline

 

#3 2012-08-14 16:34:48

videogame9
Scratcher
Registered: 2008-05-12
Posts: 1000+

Re: One of the best 0s1s Calculators!

powerpoint56 wrote:

Cool!

boaz4 wrote:

It doesn't work on the flash player for some reason, so use java, or if you want it to be fast, download and use turbo mode.

You can't use Turbo in regular mode; just flash.  smile

He never said you could...?


http://img641.imageshack.us/img641/4118/newvg9logo.png
QUOTE OF THE RIGHT NOW: why are we arguing about dead babies? -videogame9

Offline

 

#4 2012-08-14 17:43:25

Molybdenum
Scratcher
Registered: 2012-06-17
Posts: 1000+

Re: One of the best 0s1s Calculators!

powerpoint56 wrote:

Cool!

boaz4 wrote:

It doesn't work on the flash player for some reason, so use java, or if you want it to be fast, download and use turbo mode.

You can't use Turbo in regular mode; just flash.  smile

Actually, you can in downloaded, click edit, set single stepping, turbo speed.
Other than that, there isn't really a "regular mode".

Last edited by Molybdenum (2012-08-14 17:43:48)


"The Enrichment Center is required to remind you that you will be baked, and then there will be cake."
(|Balls and Platforms: Stay on!|) (|NaOS-H: An operating system... Or is it?|)

Offline

 

#5 2012-08-14 23:10:25

thebriculator
Scratcher
Registered: 2011-07-11
Posts: 500+

Re: One of the best 0s1s Calculators!

It'd be cool if there was a 0s1s calculator made with buttons


.     http://tiny.cc/2cwgpw    http://tiny.cc/viwgpw    http://tiny.cc/iwwgpw

Offline

 

#6 2012-08-15 04:56:13

boaz4
Scratcher
Registered: 2010-04-07
Posts: 31

Re: One of the best 0s1s Calculators!

thebriculator wrote:

It'd be cool if there was a 0s1s calculator made with buttons

That's true. Though you would need a lot of costumes and plan exactly where the x-y corrdinates are for each button to detect pressing them. It would be a great idea!


http://img822.imageshack.us/img822/8274/625265805511fc3m3.png

Offline

 

#7 2012-08-15 05:48:08

Paddle2See
Scratch Team
Registered: 2007-10-27
Posts: 1000+

Re: One of the best 0s1s Calculators!

A cool calculator!  It looks like the problem in Flash is with the numeric digit test:

(x>2) or (x<1)

In Scratch and the Java player, this returns a True value for 0-9 and a False value for anything else.  In Flash, it returns True for anything.  A simple work-around is to define a list of digits (called "Digits" in this example) and use the Contains block

Digits Contains x


http://i39.tinypic.com/2nav6o7.gif

Offline

 

#8 2012-08-24 18:05:25

PerspectiveDesigns
Scratcher
Registered: 2010-10-14
Posts: 38

Re: One of the best 0s1s Calculators!

I've had the same problem with my programming language. In my language I use the block which is just the name of the list. When using that block, it added spaces between all the items which messed up the code online. With my next version I'll change that. I'm not sure that's relevant to your project, but I'll take a look at it and see if there's anything I can suggest.


"It's all fun and games until somebody loses a head."

Offline

 

Board footer