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

#1 2008-05-04 15:24:49

legolover
Scratcher
Registered: 2008-03-11
Posts: 23

Code Breaker

I'm a-tryin' to a game that involves a code to begin. I'm a-usin' slider variables to slide to break the code. There are 3 sliders with min0 and max10 called 1, 2, and 3. The programmin' is:
[blocks]
<when green flag clicked>
<switch to costume[ background1 ]>
<if><< << <( <{ 1 }> <=> 8 )> <and> <( <{ 2 }> <=> 7 )> >> <and> <( <{ 3 }> <=> 4 )> >>
<switch to costume[ background2 ]>
<wait( 3 )secsc>
<switch to costume[ background1 ]>
<end>
[/blocks]

The code is of course 874.


Escape the Room 1! http://scratch.mit.edu/projects/legolover/291256

Offline

 

#2 2008-05-04 15:31:18

Mayhem
Scratcher
Registered: 2007-05-26
Posts: 1000+

Re: Code Breaker

Did you have a question, or is this just to show everyone?


Web-spinning Spider:  http://scratch.mit.edu/projects/Mayhem/18456
3D Dungeon Adventure:  http://scratch.mit.edu/projects/Mayhem/23570
Starfighter X: http://scratch.mit.edu/projects/Mayhem/21825
Wandering Knight: http://scratch.mit.edu/projects/Mayhem/28484

Offline

 

#3 2008-05-04 16:00:23

legolover
Scratcher
Registered: 2008-03-11
Posts: 23

Re: Code Breaker

Sorry. I thought I said that I had a question. So I set the sliders to 8, 7, 4, and the background doesn't change. What have I done wrong?


Escape the Room 1! http://scratch.mit.edu/projects/legolover/291256

Offline

 

#4 2008-05-04 16:01:49

Bluestribute
Scratcher
Registered: 2008-01-24
Posts: 1000+

Re: Code Breaker

I know. Instead of
[blocks]<if>[/blocks] use


[blocks]<forever if>[/blocks]

Last edited by Bluestribute (2008-05-04 16:02:26)


http://img247.imageshack.us/img247/1204/bluestributett4.jpg
That's my PSN ID. I know tons of COD4 glitches. Add me as your friend. Oh, and get a headset

Offline

 

#5 2008-05-04 16:21:16

legolover
Scratcher
Registered: 2008-03-11
Posts: 23

Re: Code Breaker

Oh, yeah. (Slaps forehead). Thank you!


Escape the Room 1! http://scratch.mit.edu/projects/legolover/291256

Offline

 

#6 2008-05-04 16:23:30

Bluestribute
Scratcher
Registered: 2008-01-24
Posts: 1000+

Re: Code Breaker

legolover wrote:

Oh, yeah. (Slaps forehead). Thank you!

(Slaps your forehead) Coulda had a V8!!!


http://img247.imageshack.us/img247/1204/bluestributett4.jpg
That's my PSN ID. I know tons of COD4 glitches. Add me as your friend. Oh, and get a headset

Offline

 

Board footer