(Redirected from When () Is True (block))

This page lists obsolete blocks in Scratch.

Removed in Scratch 2.0

The following blocks were in earlier versions of Scratch but were removed in the official release of Scratch 2.0.

Forever If ()

Main article: Forever If () (block)
Forever If ()
forever if <>:: control
Category Control
Type C
Introduced in 1.0
Removed in 2.0

The Forever If () block was a Control block and a C block. The block would continuously check its Boolean condition. If the condition is true, the code held inside the block would run, and then the script continues, but if the condition is false, nothing would happen until it becomes true again. The block continuously runs in a loop; in fact, this block worked just like the If () Then block placed into the Forever block. After being removed, this block is replaced with its workaround.

Stop All

Main article: Stop All (block)
Stop All
stop all @stopSign:: cap control
Category Control
Type Cap
Introduced in 1.0
Removed in 2.0

The Stop All block was a Control block and a Cap block. The block would deactivate all scripts in the project, stopping it completely. This block works similar to the Stop Script block, except that it deactivates all scripts in the project instead of being confined to its script, just like the stop sign. It does not prevent hat blocks from being activated when its given event is activated (e.g. the script below a When () Clicked (block) block will still be activated when the sprite is clicked).

This block became obsolete with the release of Scratch 2.0 and the introduction of the stop () block, which has an attribute that stops all. The new block does not have a stop sign icon because there are more options than stopping just the entire project.

Stop Script

Main article: Stop Script (block)
Stop Script
stop script:: cap control
Category Control
Type Cap
Introduced in 1.0
Removed in 2.0

The Stop Script block was a Control block and a Cap block. The block would deactivate its script, stopping it completely. This block works similar to the Stop All block, except that it is confined to its script and does not deactivate all scripts in the project.

This block became obsolete with the release of Scratch 2.0 and the introduction of the stop () block.

Scratch 2.0 Development

See also: Development of Scratch 2.0

The blocks were never available in a full release, only during Scratch 2.0 betas and alphas.

Stamp Transparent ()

Main article: Stamp Transparent () (block)
Stamp Transparent ()
stamp transparent (50):: pen
Category Pen
Type Stack
Introduced in 2.0 prealpha
Removed in 2.0 alpha

The Stamp Transparent () block was a Pen block and a Stack block. When used in a script, the sprite will produce a partially transparent image of itself, which is stamped onto the Stage. The amount of transparency in the stamp depends on the value. As the value increases, so does the amount of transparency. The image cannot be programmed as it is not considered a sprite — it is simply an image. Like other pen blocks, the stamp block will not stamp over other sprites. Its marks can be removed with the Clear block.

This block was only available in the 2.0 prealpha from Scratch Day 2011. It was removed to minimize the amount of blocks and its functionality is included in the Stamp block using the amount of the ghost graphic effect for the sprite.[1]

() ()

Main article: () () (Looks block)
() ()
[say v] [Hello!]:: looks
Category Looks
Type Stack
Introduced in 2.0 prealpha
Removed in 2.0 alpha

The () () block was a Looks block and a Stack block. The block gives its sprite a speech bubble with the specified text — the speech bubble stays until another speech or thought block is activated, or the stop sign is pressed. This block has the choices "say" and "think" as well as "whisper" and "shout".

This block was available in later versions of 2.0 prealpha to early versions of 2.0 alpha. It was most likely designed to replace the Say () and Think () blocks but was then cancelled.

() () for () Secs

() () for () Secs
[say v] [Hello!] for (2) secs:: looks
Category Looks
Type Stack
Introduced in 2.0 prealpha
Removed in 2.0 alpha

The () () for () Secs block was a Looks block and a Stack block. The block gives its sprite a speech bubble with the specified text for the specified amount of time — the speech bubble stays until the time runs out, another speech or thought block is activated, or the stop sign is pressed. This block has the choices "say" and "think" as well as the new "whisper" and "shout".

This block was available in later versions of 2.0 prealpha to early versions of 2.0 alpha. It was most likely designed to replace the Say () and Think () blocks, but was then cancelled for unknown reasons.

Set Text ()

Set Text ()
set text [abc]:: looks
Category Looks
Type Stack
Introduced in 2.0 prealpha, reintroduced in Scratch Lab
Removed in 2.0 alpha

The Set Text () block was a Looks block and a Stack block. This block makes a sprite display as the specified text instead of its current costume.

This block was available in later versions of 2.0 prealpha. It was removed for unknown reasons, but was most likely because the text could just be added as a costume, which would make code more organized, or because it could be confusing for New Scratchers. However, it is available in the form of the Show Text () block, in Scratch Lab. It is in the Animated Text extension.

Set Font () Color ()

Set Font () Color ()
set font [plain v] color (#000000):: looks
Category Looks
Type Stack
Introduced in 2.0 prealpha
Removed in 2.0 alpha

The Set Font () Color () block was a Looks block and a Stack block. If the sprite is displaying as text instead of a costume, it changes the text to the specified font and color. Its font choices are "plain", "bold", "fancy", "comic", and "typewriter".

This block was available in later versions of 2.0 prealpha. It was removed for unknown reasons, but was most likely removed because it had no use once the Set Text () block was removed.

Color Sensing Blocks

Sense Color 1-6 ()

sense color 1 (#000000):: looks
sense color 2 (#000000):: looks
sense color 3 (#000000):: looks
sense color 4 (#000000):: looks
sense color 5 (#000000):: looks
sense color 6 (#000000):: looks
The six Sense Color blocks.

Sense Color 1 (), Sense Color 2 (), Sense Color 3 (), Sense Color 4 (), Sense Color 5 (), and Sense Color 6 () were Looks blocks and Stack blocks that were only available for the stage. They would make the background display in grayscale except for the specified colors.

These blocks were available in 2.0 prealpha to early versions of 2.0 alpha. They were removed for unknown reasons. but presumably because of their extremely specific use case.

Set Thresholds Hue () Sat () Bri ()

Set Thresholds Hue () Sat () Bri ()
set thresholds hue (15) sat (0.2) bri (0.2):: looks
Category Looks
Type Stack
Introduced in 2.0 prealpha
Removed in 2.0 alpha

The Set Thresholds Hue () Sat () Bri () block was a Looks block and a Stack block that was only available for the stage. It adjusted the sensitivity of the Sense Color Blocks, letting users change how much the color of a pixel on the background could differ from the colors specified and still be sensed.

This block was available in 2.0 prealpha to early versions of 2.0 alpha. It was removed for unknown reasons, but probably because they had no use once the Sense Color () blocks were removed. It could have also have been because they could only control all of the 6 color sense blocks and not individually.

Create Clone

Main article: Create Clone of () (block)#History
Create Clone
create clone:: control
Category Control
Type Stack
Introduced in 2.0 prealpha
Removed in 2.0 alpha

The Create Clone block was a Control block and a Stack block. It creates a clone of the current sprite.

This block was available in 2.0 prealpha to early versions of 2.0 alpha. It was replaced by Create Clone of (), which allows for creating clones of different sprites and for the block to be used by the stage.

MIDI Blocks

note on (60) vel (80) chan (0):: sound
note on (60) chan (0):: sound
pitch bend (8192.0) chan (0):: sound
set controller (10) to (127) chan (0):: sound
set instrument to (0) chan (0):: sound
turn all notes off:: sound
use java synthesizer <>:: sound
The seven MIDI blocks.

Note On () Vel () Chan (), Note Off () Chan (), Pitch Bend () Chan (), Set Controller () to () Chan (), Set Instrument to () Chan (), Turn All Notes Off, and Use Java Synthesizer () were Sound blocks and Stack blocks. They allowed users to make complex MIDI projects via an extension written in Java.

These blocks were available in later versions of 2.0 prealpha. They were removed for unknown reasons, but presumably it was because they were too complex and required external programs.

All at Once

Main article: All at Once (block)
All at Once
all at once{
}:: control
Category Control
Type C
Introduced in 2.0 alpha
Removed in 2.0 alpha

The all at once block was a Control block and a C Block. It ran the blocks inside it atomically. It is based on the warp block in Snap!, and was originally called warp speed in Scratch as well. This block was planned to serve as a temporary Turbo-Speed for designated scripts, as Turbo-Speed with the whole project can cause timing issues, and it is often only needed for a couple scripts.

This block was removed from the alpha of Scratch 2.0; custom blocks instead have a checkbox to run in an instant, called run without screen refresh, much the same as Snap! does. This block is still usable as a hidden block in Scratch 3.0.

Scrolling (Stage)

Main article: Scrolling (Stage)

Scrolling the Stage was a planned new feature of Scratch 2.0. It allowed for the Stage to be panned around, repeating the current scene, without creating a sprite for it. However, it was removed in the alpha version for unknown reasons.[2]

There were 5 blocks related to this feature. None of them work in the current version, even when restored from a project containing them.

Hide All Sprites

Hide All Sprites
hide all sprites:: looks
Category Looks
Type Stack
Introduced in 2.0 alpha
Removed in 2.0 beta
Main article: Hide All Sprites (block)

The Hide All Sprites block is a 2.0 alpha Looks block and a Stack block that was removed. It was only available on the Stage, and would hide all sprites upon usage. The benefits of it are reduced scripting since "hide" would otherwise have to be inserted into every sprite.

Backdrop ()

Backdrop ()
backdrop [name v]:: looks ring
Category Looks
Type Reporter
Introduced in 2.0 alpha
Removed in v175 of Scratch 2.0

The Backdrop () block was a Looks block and a reporter block. It reported the backdrop number or name, depending on which option was selected. In Scratch 2.0 v175, the block was replaced by Backdrop Name and Backdrop Number. It was available for both sprites and the Stage, but one of its replacements, Backdrop Number, is only available for the Stage. This block was re-added in Scratch 3.0.

User ID

Main article: User ID (block)
User ID
user id:: sensing
Category Sensing
Type Reporter
Introduced in 2.0 alpha
Removed in 2.0 beta

The User ID block is a Sensing block and a reporter block. It reports an ID unique to each user for each project.

Each user has a different ID according to when they viewed the project (the first viewer is 1, the second is 2, and so forth). Users who are not logged in to an account are assigned the user ID 0. User IDs remain constant for the same project. The user ID block itself is a reporter block, and belongs to the Sensing category.

Start Scene ()

Main article: Start Scene () (block)
Start Scene ()
start scene [scene1 v]:: events
Category Events
Type Stack
Introduced in 2.0 alpha
Removed in 2.0 alpha

The Start Scene () block was an Event block and a Stack block. This block was similar to Broadcast (), because they both fired a user-driven event to start an action. The broadcast block was available for all sprites, while its alternative, Switch to Scene () which was only available for the stage. They have both been replaced by Switch Backdrop to () which is available for all sprites and the stage.

Monitor Blocks

These blocks could be used to hide and show variables and lists.

Show Monitor ()

Main article: Show Monitor () (block)
Show Monitor ()
show monitor [variable v]:: variables
Category Data
Type Stack
Introduced in 2.0 alpha
Removed in 2.0 beta

The Show Monitor () block was a Data block and a Stack block. The block showed the specified Variable's or list's Stage monitor. Both variables and lists showed in this block, but the variables were always shown first, and each group was sorted by creation time.

This block was planned to replace Show Variable () with the release of Scratch 2.0, as it could show lists as well. It was later separated into a block for variables and a block for lists.

Hide Monitor ()

Main article: Hide Monitor () (block)
Hide Monitor ()
hide monitor [variable v]:: variables
Category Data
Type Stack
Introduced in 2.0 alpha
Removed in 2.0 beta

This block was the same as the Show Monitor () block except it hid variables and lists instead of showing them.

This block was planned to replace Hide Variable () with the release of Scratch 2.0, as it could hide lists as well. It was later separated into a block for variables, and a block for lists.

Color FX Test ()

Color FX Test ()
color fx test (10):: looks
Category Looks
Type Stack
Introduced in v349 of Scratch 2.0 (July 18, 2013)
Removed in v350 of Scratch 2.0 (July 21, 2013)
Main article: Color FX Test () (block)

Color FX Test () was a stack block in the Looks category. It was accidentally left in the editor during the July 18 update. The block does nothing,[3] and was removed in the update three days later.

Scratch Days

Scratch Days
Scratch days:: sensing ring
Category Sensing
Type Reporter
Introduced in 2.0 alpha
Removed in 2.0 beta

The Scratch days block was a Sensing block and a reporter block. It reported the number of days since the start of Scratch (May 15, 2007). It was replaced with the Days Since 2000 block.

This block was notable for being the only one with a capital letter in the block palette.

Removed in Scratch 1.3

The following blocks were removed in Scratch 1.3.

Experimental

start movie:: sound
stop movie:: sound

change seconds by (1):: sound
set seconds to (0):: sound

change zoom by (10):: sound
set zoom to (100)%:: sound

change horiz. pan by (10):: sound
set horiz. pan to (0):: sound
change vert. pan by (10):: sound
set vert. pan to (0):: sound

change fade by (-10):: sound
set fade to (100)%:: sound
set fade color to (#00FF00):: sound
The 13 experimental sound blocks.
camera motion:: sensing ring
camera direction:: sensing ring
camera relative x:: sensing ring
camera relative y:: sensing ring
camera absolute x:: sensing ring
camera absolute y:: sensing ring
track motion:: sensing
track color:: sensing
auto calibrate red:: sensing
The 9 experimental sensing blocks.
Main article: Experimental Blocks

Experimental blocks were blocks that did not work well, and as such were not shown to the public. They were available from 1.0 through 1.2. In 1.0, they were accessed by shift-clicking the Extras menu and choosing "show experimental blocks"; in 1.1 and 1.2, through Shift-Click-R. It is similar to the Motor Blocks, which must be manually shown, but the Motor blocks work well. There were 22 of them, 13 in Sound Blocks, and nine in Sensing Blocks.

Removed in Scratch 1.2

The following blocks were removed in Scratch 1.2.

Abs ()

Main article: Abs () (block)
abs ()
(abs ():: operators)
Category Numbers
Type Reporter
Introduced in 1.0
Removed in 1.2

The abs () block was a Numbers block and a Reporter block. The block reports the absolute value of the argument.

In Scratch 1.2, this block was removed, and replaced with a general () of () block. It contained 12 mathematical functions, one being this, making this block obsolete.

Comment

Comment
The old comment block.png
Category Control
Type Stack/Comment
Introduced in 1.2 beta
Removed in 1.2
Main article: Comment (programming feature)#History

The Scratch 1.2 beta introduced a comment block as a Control block that could be placed inside a script as one of its blocks. It made no change to the script, as it only held text — however, newer users grew confused about it, causing it to be removed in the official Scratch 1.2 release.

Removed In Scratch 1.0

The following blocks were removed in Scratch 1.0.[4]

Change Costume by ()

Main article: Change Costume by () (block)
Change Costume by ()
change costume by ():: looks
Category Looks
Type Stack
Removed in 1.0

The Change Costume by () block was a Looks block and a Stack block. This used to advance the current costume to the next ones. It was removed in the final release of Scratch 1.0 due to a workaround, and it was made an obsolete block. This block is not in Scratch 2.0 (the Flash Player) anymore, but still usable in Scratch 1.4.

Change Background by ()

Change Background by ()
change background by ():: looks
Category Looks
Type Stack
Removed in 1.0

The Change Background by () block was a Looks block and a Stack block. This used to advance the current costume to the next ones. It was removed in the final release of Scratch 1.0 due to a workaround, and it was made an obsolete block. This block is not in Scratch 2.0 (the Flash Player) anymore, but still usable in Scratch 1.4 and available as a hidden block in Scratch 3.0.[citation needed]

When () Is True

When () Is True
when <> is true:: control hat
Category Control
Type Hat
Removed in 1.0

The When () Is True block was a Control block and a Hat block. This was triggered when the condition specified was true. It was removed in the final release of Scratch 1.0 because there was no way to stop it,[5] and it was made an obsolete block. It was replaced by the workaround

when green flag clicked
forever
if <> then
end

Change Blur By ()

Main article: Change Blur By () (Block)
Change Blur by ()
change blur by ():: looks
Category Looks
Type Stack
Removed in 1.0

The Change Blur By () block was a Looks block and a Stack block. The block changed the blur effect of a sprite by the given value. The reason for its removal is currently unknown, but the cause may have been the block not working correctly with transparent images. There is currently no workaround for this block, but a similar effect can be attained by the following:

change [fisheye v] effect by (10):: looks

(Though cannot create big blur effects) Now, motion blur can still be made, but gaussian blur is not supported.

Removed in Earlier Versions of Scratch

The following blocks were removed in earlier versions of Scratch.

Say Nothing

Say Nothing
say nothing:: looks
Category Looks
Type Stack
Removed in November 2006 Beta
Main article: Say Nothing (block)

The Say Nothing block was a Looks block and a Stack block. This used to remove the sprite's say/think bubble. It was removed in the November 2006 Beta due to a workaround, and it was made an obsolete block. This block is not in Scratch 2.0 (the Flash Player) anymore, but still usable in Scratch 1.4.

Point Away From Edge

Point Away From Edge
point away from edge:: motion
Category Motion
Type Stack
Removed in November 2006 Beta
Main article: Point Away From Edge (block)

The Point Away From Edge block was a Motion block and a Stack block. This used to point the sprite away from the edge, like bouncing without even touching the edge. In the Java Player, the block works as a normal If on Edge, Bounce block instead. It was removed in the November 2006 Beta due to being glitchy, and it was made an obsolete block. This block is not in Scratch 2.0 (the Flash Player) anymore, but still usable in Scratch 1.4.[6]

Change Stretch by ()

Main article: Change Stretch by () (block)
Change Stretch by ()
change stretch by ():: looks
Category Looks
Type Stack

The Change Stretch by () block was a Looks block and a Stack block. It makes the sprite stretch horizontally, but clears out when setting or changing size. It was removed in an early version of Scratch for unknown reasons, and it was made an obsolete block. This block is not in Scratch 2.0 (the Flash Player) anymore, but still usable in Scratch 1.4.

Set Stretch to ()

Main article: Set Stretch to () (block)
Set Stretch to ()
set stretch to ():: looks
Category Looks
Type Stack

The Set Stretch to () block was a Looks block and a Stack block. It makes the sprite set the stretch horizontally, but clears out when setting or changing size. It was removed in an early version of Scratch for unknown reasons, and it was made an obsolete block. This block is not in Scratch 2.0 (the Flash Player) anymore, but still usable in Scratch 1.4.

Beep

Main article: Beep (block)
Beep
beep:: sound
Category Sound
Type Stack
Introduced in 13Oct04
Removed in 28May05

The Beep block was a Sound block and a Stack block. The block produces the sound of when a key is pressed when it has no use. It was removed in May 28 2005 for unknown reasons and made an Obsolete Block.

See Also

References

Cookies help us deliver our services. By using our services, you agree to our use of cookies.